Waveform Visualization
Ok, as I think I mentioned, there is no native ruby mp3 player. Fortunately, there is a paperclip and another server. When as user uploads the mp3, I’m going to have rails post it to AWS and another server that will create a png waveform for it and store that (along with the audio file) on Amazon using thoughbot’s paperclip gem and Andrew Freiday’s php waveform generator. I haven’t deployed it yet, but it’s working locally.