summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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