3 ms·
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. Everyt
by notdan 12y ago
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.
- tim333 12y agoThanks 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.