Skip to content

Instantly share code, notes, and snippets.

@antsankov
Created October 16, 2014 03:37
Show Gist options
  • Save antsankov/a8cd5410f37e267f48b8 to your computer and use it in GitHub Desktop.
Save antsankov/a8cd5410f37e267f48b8 to your computer and use it in GitHub Desktop.
Final project idea for Big Data

Peiman,

I’m in the Big Data class and I noticed an awesome library: Melopy which transforms python code and simple method calls into musical notes on a .wav file to be played through a media player.

I was wondering if you would like to collaborate on this idea for a final project:

  1. Take the input from the arudino
  2. Parse it with python.
  3. Use it as a random seed to generate a note OR
  4. make a mapping of arrays of decibel measurements gathered each second to sound notes and arrange a song from the 100s of measurements every couple of seconds.
  5. Upload the wav files generated to a website (simple ruby on rails).
  6. Play the generated wav file and allow users to vote on different sounds.

Hope you find it interesting.

- Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment