Skip to content

SPEAKER in use error #3

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

Closed
jedgarpark opened this issue Feb 5, 2020 · 1 comment · Fixed by #5
Closed

SPEAKER in use error #3

jedgarpark opened this issue Feb 5, 2020 · 1 comment · Fixed by #5

Comments

@jedgarpark
Copy link

I ran this:

from adafruit_clue import clue
clue.play_tone(880, 1)

and got this error:

Traceback (most recent call last):
  File "code.py", line 3, in <module>
  File "adafruit_clue.py", line 658, in play_tone
  File "adafruit_clue.py", line 691, in start_tone
  File "adafruit_clue.py", line 634, in _generate_sample
ValueError: SPEAKER in use
@kattni
Copy link
Contributor

kattni commented Feb 5, 2020

Verified. Looking into this now.

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

Successfully merging a pull request may close this issue.

2 participants