diff options
author | Simon Gündling <simon.guendling@gmx.de> | 2017-07-14 11:34:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-14 11:34:58 +0200 |
commit | 773ce9a3fe99e43e608ac246b977c0f2c53bbac7 (patch) | |
tree | 264c1abd9a2662bce9f7072f930ef5ec49f30b5a | |
parent | 9e56e047fd3caccfa93507838315513bf5f2581d (diff) | |
download | chiptune2.js-master.zip chiptune2.js-master.tar.gz chiptune2.js-master.tar.bz2 |
formattingHEADorigin/masterorigin/HEADmaster
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ This is a javascript library that can play module music files. It is based on the [libopenmpt](http://lib.openmpt.org/libopenmpt) C/C++ library. To translate libopenmpt into Javascript [emscripten](https://github.com/kripken/emscripten) was used. For audio output inside the browser WebAudio API ist used. -**Please note**: The compiled `libopenmpt.js` in this repository is based on an outdated version of libopenmpt. Newer versions contain bugfixes and other improvements. Download the latest version from the libopenmpt developers [here](https://builds.openmpt.org/builds/auto/libopenmpt/dev.js/) and replace 'libopenmpt.js.mem' and 'libopenmpt.js'. +**Please note**: The compiled `libopenmpt.js` in this repository is based on an outdated version of libopenmpt. Newer versions contain bugfixes and other improvements. Download the latest version from the libopenmpt developers [here](https://builds.openmpt.org/builds/auto/libopenmpt/dev.js/) and replace `libopenmpt.js.mem` and `libopenmpt.js`. If you prefer to compile `libopenmpt.js` yourself (to save space or make custom changes) follow the instructions in the "Development" section. ## Features |