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
microphone.set_sensitivity(gain)
As discussed in:
The following values can be provided in the microphone module:
microphone
SENSITIVITY_LOW
SENSITIVITY_MEDIUM
SENSITIVITY_HIGH
e.g. microphone.set_sensitivity(microphone.SENSITIVITY_HIGH)
microphone.set_sensitivity(microphone.SENSITIVITY_HIGH)
The text was updated successfully, but these errors were encountered:
Now implemented in the branch/PR.
Sorry, something went wrong.
No branches or pull requests
As discussed in:
The following values can be provided in the
microphone
module:SENSITIVITY_LOW
= 0.079SENSITIVITY_MEDIUM
= 0.2 (the default)SENSITIVITY_HIGH
= 1.0e.g.
microphone.set_sensitivity(microphone.SENSITIVITY_HIGH)
The text was updated successfully, but these errors were encountered: