We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are some optional API flags to disable AGC. It would be helpful to have a toggle button in the settings for this.
These are useful for people who want to record the audio with the app and then process the audio on a computer.
MediaRecorder.AudioSource flag VOICE_RECOGNITION disables AGC
A similar feature that disables all processing is UNPROCESSED
There are examples here:
https://stackoverflow.com/a/42239370
Here is an example of the same change in another app:
https://github.com/Kaljurand/Diktofon/pull/26/files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are some optional API flags to disable AGC. It would be helpful to have a toggle button in the settings for this.
These are useful for people who want to record the audio with the app and then process the audio on a computer.
MediaRecorder.AudioSource flag VOICE_RECOGNITION disables AGC
A similar feature that disables all processing is UNPROCESSED
There are examples here:
https://stackoverflow.com/a/42239370
Here is an example of the same change in another app:
https://github.com/Kaljurand/Diktofon/pull/26/files
The text was updated successfully, but these errors were encountered: