Skip to content

[REQUEST]: Configurable audio options (noise suppression, auto gain, etc.) #587

@rollersteaam

Description

@rollersteaam

Is your feature request related to a problem?

There is a ton of white noise and the user gets too loud when the phone's volume is above 50% when they join a call. This is for the scenario where you're transmitting the user's microphone. This can make for some very unpleasant calls.

Describe the solution you'd like

Let us access this in the nice C# land interface:

image

I have set these to true myself and built for Android and tested, but nothing happened.

I then tried to supply an Audio Processing module to the peer connection factory, but this also changed nothing:

image

It seems the solution may need to change the OnData implementation in UnityAudioTrackSource to use the APM.

Describe alternatives you've considered

Detecting the user's current volume and showing a warning when it becomes too high that it will cause a poor call experience. This isn't a good solution though.

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestissuedThis means the ticket is already created on internal issue tracker

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions