HydrogenAudio

Hydrogenaudio Forum => Validated News => Topic started by: ZinCh on 2011-06-19 23:04:03

Title: JSMad - pure JavaScript MP3 decoder
Post by: ZinCh on 2011-06-19 23:04:03
Now you can play mp3 natively in browsers with enabled Web Audio API support (without Adobe Flash), including Firefox 4+ and Chrome 12+.

libmad was ported from C to JavaScript (~ 15k lines of code), id3 support was made from scratch.

Team: Amos Wenger, Antoine Marguerie, Matthias Georgi & Jens Nockert

GPLv2 code on github - https://github.com/nddrylliog/jsmad (https://github.com/nddrylliog/jsmad)

Homepage - http://jsmad.org/ (http://jsmad.org/)
Title: JSMad - pure JavaScript MP3 decoder
Post by: zooliat on 2011-07-14 16:20:38
doesn't work on chrome 12
Title: JSMad - pure JavaScript MP3 decoder
Post by: punkrockdude on 2011-07-14 17:39:10
It doesn't work in IE 8.0.7601.17514 (x86). I get the following message and nothing happens:

"jsmad is a pure JavaScript MP3 decoder
loading..."
Title: JSMad - pure JavaScript MP3 decoder
Post by: Peter Feerick on 2011-07-17 12:36:01
It works with Chrome 13 beta if you go into about:flags and enable "Web Audio - Enables the Web Audio API". I presume this option is also in Chrome 12, but am unable to check ATM.

Also works with Firefox 6.0 Beta 2, but not with Internet Exploder 9.

btw, Great work guys!

Now you can play mp3 natively in browsers with enabled Web Audio API support (without Adobe Flash), including Firefox 4+ and Chrome 12+.