fasterthanlime / jsmad

:saxophone: Javascript MPEG-1 Audio Layer III (mp3) and ID3v2 decoder
http://audiocogs.org/codecs/mp3/
762 stars 41 forks source link

JSMad.org is down ? #33

Closed daslicht closed 11 years ago

daslicht commented 11 years ago

JSMad.org is down ?

auroranockert commented 11 years ago

Yes, but a codec example is available on http://audiocogs.org/codecs/mp3/

daslicht commented 11 years ago

Thank you !!!! :dancer:

daslicht commented 11 years ago

Cool, so I could use this to stream audio from Node to a http client ?

auroranockert commented 11 years ago

Yes, but not all browsers support it (IE and most mobile browsers doesn't) and some devices are just plain too slow.

daslicht commented 11 years ago

awesome

daslicht commented 11 years ago

As far as I got more time I try to stream audio from node via a socket to jsmad and try to create a kind of radio. Or is therer already something like this somewhere ?

auroranockert commented 11 years ago

I don't think anyone has tried that. But it would be awesome!

daslicht commented 11 years ago

:D Yeah!