audiocogs / mp3.js

A JavaScript MP3 decoder for Aurora.js
http://audiocogs.org/codecs/mp3
263 stars 45 forks source link

Building instructions in the readme #3

Closed Canta closed 11 years ago

Canta commented 11 years ago

Hi there.

I tested mp3.js with aurora a few days ago. It works cool, thanks for this great job. :)

It took me some time to figure out about how to build the js file. I work on client-side javascript, and know nothing about node.js and the npm tools. In order to build mp3.js, i just used the example from aurora.js (which uses ".coffee" files, not ".js"). It worked, and everything was fine, but to be honest i had little idea of what i was doing. I guess it would be nice to add the building instructions in the project's readme.

Thanks, Daniel.

Canta commented 11 years ago

This is outdated. An up-to-date pull works as stated in the docs.