Hacker News new | ask | show | jobs
by tim333 4157 days ago
That's cool. What did you use to slow the music/vid?
1 comments

The YouTube slowdown is just using the YouTube API. For mp3, it is using the html5 file and audio Apis, and a JavaScript port of the sound touch library. Everything is done in client side javascript, there is currently no application server, just a static site.
Thanks for the info. I was thinking of building something doing somewhat similar stuff but I think it'd have to be sever side in my case.