How to adjust the volume of speech audio with Audio Bridge on iOS devices?

Hi,

We are using Audio Bridge to communication.

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?

Thanks,
JiaLi

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.

Thanks for your reply.

I means whether the outgoing volume can be tweaked via your API.

From your answer, I see that it can not be adjusted for outgoing volume.

Thanks,
JiaLi