Closed anmol1905 closed 5 months ago
The TalkingHead class uses a gain node, and you can increase the volume with the setMixerGain
method. The first parameter is for speech, and the second is for background audio (if any).
head.setMixerGain(10,0);
Thank you!
Right now when I integrate open AI's TTS and Whisper for the visemes and call the startSpeaking function. The volume seems to be low. is there any configuration required in TalkingHead module or do I need to tweak it with other methods?