Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello, I wonder how to gain the microphone stream #46

Open
Deadpoolmine opened this issue Feb 8, 2020 · 1 comment
Open

Hello, I wonder how to gain the microphone stream #46

Deadpoolmine opened this issue Feb 8, 2020 · 1 comment

Comments

@Deadpoolmine
Copy link

No description provided.

@NateRickard
Copy link
Owner

You mean adjust the gain on the mic input?

This would likely be specific to the OS and not a shared feature of this library. E.g. on iOS you may be able to do something with configuring the audio session to achieve a different mic gain. There is an OnPrepareAudioSession event fired prior to recording that you may be able to leverage.

See this sample for example usage (however, note that this example is on the audio player vs the recorder - same concept applies).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants