We find that the volume of speech audio can not be set louder enough on iOS devices.
We tried to change the parameter of [join ->volume] as following, but we found if adjusting the parameter to a high level, sound cracking appears. That is , we can not get a better speech effect.
“request” : “join”,
“volume” : <percent value, <100 reduces volume, >100 increases volume; optional, default is 100 (no >volume change)>,
Could you tell me there is any other parameter to adjust the volume?
The volume property applies a gain to the incoming audio of that specific participant, so making that specific participant more or less loud in the mix. Is that what you’re trying to do? The outgoing volume (what the participant receives) cannot be tweaked via the AudioBridge API.