summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Gündling <simon.guendling@gmx.de>2015-01-07 17:23:25 +0100
committerSimon Gündling <simon.guendling@gmx.de>2015-01-07 17:23:25 +0100
commit90ba826a354bea2cd33e5beedff2962fc9d63e4f (patch)
treef0e6ba02987c9f6539ed8d98f02c856d329e1d28
parent0666a3a9b2110175cf01b2efe6ce36e15466db36 (diff)
downloadchiptune.js-origin/HEAD.zip
chiptune.js-origin/HEAD.tar.gz
chiptune.js-origin/HEAD.tar.bz2
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98aacc1..95ce334 100644
--- a/README.md
+++ b/README.md
@@ -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