A decoder/demuxer for Aurora.js to play Super Nintendo (SNES) SPC-700 files, using the APU emulator and S-DSP emulators in snes_spc by Shay Green aka blargg.
There is full support for ID666 Tags and ID666 Extended Tags.
brew install emscripten
Fetch the Aurora.js dependency:
git submodule init
git submodule update
npm install importer -g
Build the JavaScript code with importer and Emscripten.
./build_spc.sh
- Clean up any memory leaks that come up.