Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 905 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 905 Bytes

SPC.js

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.

Building

brew install emscripten

Fetch the Aurora.js dependency:

git submodule init
git submodule update

Install importer with npm:

npm install importer -g

Build the JavaScript code with importer and Emscripten.

./build_spc.sh

TODO

  • Clean up any memory leaks that come up.