Skip to content

Instantly share code, notes, and snippets.

@hazeledmands
Last active December 22, 2015 00:48
Show Gist options
  • Save hazeledmands/6391661 to your computer and use it in GitHub Desktop.
Save hazeledmands/6391661 to your computer and use it in GitHub Desktop.
  1. Open Terminal.app, which is probably in /Applications/Utitlities/

  2. Make a new directory and go into it with the following command:

    mkdir ripples_project && cd ripples_project
  3. Download the script:

    curl https://gist.github.com/Pretz/1773870/raw/403cc02b89d35d5d5ee587cf23b6c4772c23e005/generate.py > generate.py
  4. Install dependencies (all the import statements at the top of the python script require this):

    pip install scikits.samplerate
  5. Run the script:

    python generate.py <put the path to your .csv file here>
  6. With luck, your .wav file should be in that directory.

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