bastibe / WebGL-Spectrogram

A smoothly animated spectrogram display in WebGL (FFT in Python/Tornado)
41 stars 10 forks source link

Updates to allow quick installation and compatibility with Python 2.xxx #1

Closed joshblum closed 9 years ago

joshblum commented 9 years ago

You can now install any dependancies with a single command to get the server up and running. Added an example.wav file to generate a spectrogram from. This file could be updated to match the screenshot.

bastibe commented 9 years ago

Very cool! Thank you for your contributions!

I'll gladly merge it, but please look at a few minor things first:

joshblum commented 9 years ago
bastibe commented 9 years ago

The file I used for the screen shot is https://dl.dropboxusercontent.com/u/98854/mann_short.wav. It's a recording of my own voice, so there shouldn't be any licensing issues.

bastibe commented 9 years ago

Thank you very much for your work on this! Easing the installation process of this really goes a long way to make this project useful!

I commented on one minor point. That point is my own fault though. Once that point is fixed, I'll merge.

joshblum commented 9 years ago

No problem! This has been really helpful for me and I'm glad to contribute :)