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

Make speaker driver #1

Open
dimembermatt opened this issue Nov 14, 2020 · 1 comment
Open

Make speaker driver #1

dimembermatt opened this issue Nov 14, 2020 · 1 comment
Assignees

Comments

@dimembermatt
Copy link
Contributor

We want to create an objected oriented class for the speakers used by the Tower of Power. The class should look something similar to that developed by Alejandro for the LEDEyes in Dancebot.

We'll start adding features or API we want to see from this class in the comments below.

@dimembermatt
Copy link
Contributor Author

  • Play from audio file of songs or phrases (.mp3 or .wav)
    • audio file extraction and conversion and conversion to voltage
  • RAS Jingle 16-bit medley
    • this one plays with preallocated arrays (Piano lab (6) for EE319k)
  • siren (oscillating pitch) (playing with doppler effect?)
    • this one plays with generating a sine wave from scratch
  • input output sounds based on tower lighting/web app
    • tower lights up in a specific way and user has to tap correct things on the web app and that plays music
  • output lighting pattern of tower based on current music
    • audio visualization, beat detection, audio mode frequency detection

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