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

Implement microphone.set_sensitivity(gain) #184

Closed
microbit-carlos opened this issue Apr 8, 2024 · 1 comment
Closed

Implement microphone.set_sensitivity(gain) #184

microbit-carlos opened this issue Apr 8, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@microbit-carlos
Copy link
Contributor

As discussed in:

The following values can be provided in the microphone module:

  • SENSITIVITY_LOW = 0.079
  • SENSITIVITY_MEDIUM = 0.2 (the default)
  • SENSITIVITY_HIGH = 1.0

e.g. microphone.set_sensitivity(microphone.SENSITIVITY_HIGH)

@microbit-carlos microbit-carlos added this to the 2.2.0-beta.1 milestone Apr 8, 2024
@microbit-carlos microbit-carlos added the enhancement New feature or request label Apr 8, 2024
@dpgeorge
Copy link
Collaborator

Now implemented in the branch/PR.

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

No branches or pull requests

2 participants