diff options
author | Simon Gündling <simon.guendling@gmx.de> | 2015-01-07 17:23:25 +0100 |
---|---|---|
committer | Simon Gündling <simon.guendling@gmx.de> | 2015-01-07 17:23:25 +0100 |
commit | 90ba826a354bea2cd33e5beedff2962fc9d63e4f (patch) | |
tree | f0e6ba02987c9f6539ed8d98f02c856d329e1d28 | |
parent | 0666a3a9b2110175cf01b2efe6ce36e15466db36 (diff) | |
download | chiptune.js-origin/HEAD.zip chiptune.js-origin/HEAD.tar.gz chiptune.js-origin/HEAD.tar.bz2 |
Update README.mdHEADorigin/masterorigin/HEADmaster
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ # Chiptune.js +## I highly recomend using [chiptune2.js](https://github.com/deskjet/chiptune2.js) which fixes some important issues with this project. + This is a javascript library that can play module music files. It is based on the [libxmp](https://github.com/cmatsuoka/libxmp) C library. To translate libxmp into Javascript [emscripten](https://github.com/kripken/emscripten) was used. Audio output is implemented with the Web Audio API as specified by W3C. ## Features |