Closed audreytimbani closed 2 hours ago
The output volume is too low. Is it possible to speak a little louder?
You can increase the volume with the setMixerGain method. The first parameter is for speech, and the second is for background audio (if any). For example:
setMixerGain
head.setMixerGain(5,0);
Thanks
The output volume is too low. Is it possible to speak a little louder?