[Voice Update] LLVoiceClient
Migrate a bunch of classes out of llvoiceclient.* and into new llvoicevivox.* Update most of these to match their counterparts Introduce VoiceFonts support (voice morphing, floater still to come) Support for a bunch of v3 voice settings. Move volume settings management from LLMutelist into LLSpeakerVolumeStorage Support for Avaline mutes (WIP) Adds voice section to LLAgent Moved llfloatervoicedevicesettings to llpanelvoicedevicesettings, v3's voice device panel design is more intuitive.
This commit is contained in:
@@ -1095,7 +1095,7 @@ bool LLAppViewer::mainLoop()
|
||||
// Note: this is where gLocalSpeakerMgr and gActiveSpeakerMgr used to be instantiated.
|
||||
|
||||
LLVoiceChannel::initClass();
|
||||
LLVoiceClient::init(gServicePump);
|
||||
LLVoiceClient::getInstance()->init(gServicePump);
|
||||
|
||||
LLTimer frameTimer,idleTimer,periodicRenderingTimer;
|
||||
LLTimer debugTime;
|
||||
@@ -1452,7 +1452,7 @@ bool LLAppViewer::cleanup()
|
||||
// to ensure shutdown order
|
||||
LLMortician::setZealous(TRUE);
|
||||
|
||||
LLVoiceClient::terminate();
|
||||
LLVoiceClient::getInstance()->terminate();
|
||||
|
||||
disconnectViewer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user