Skip to content

A decoder/demuxer for Aurora.js to play Super Nintendo (SNES) SPC-700 files.

Notifications You must be signed in to change notification settings

MatthewCallis/spc.js

Repository files navigation

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.

About

A decoder/demuxer for Aurora.js to play Super Nintendo (SNES) SPC-700 files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published