setVoiceCaptureVolume abstract method
Setting Speech Volume
-
This API is used to set the volume of speech. It is often used together with the music volume setting API setAllMusicVolume to balance between the volume of music and speech.
-
Parameters:
- volume(int): Volume.
- Value range: 0-100;
- Default: 100
- volume(int): Volume.
Note: If 100 is still not loud enough for you, you can set the volume to up to 150, but there may be side effects.
Implementation
void setVoiceCaptureVolume(int volume);