jhohertz / jsSID

A javascript port of classic SID synthesizer emulations, with demonstration player: http://jhohertz.github.io/jsSID
Other
45 stars 11 forks source link

Be a node module #2

Open jhohertz opened 10 years ago

jhohertz commented 10 years ago

There was always a desire to do this, but the recent switch to pico.js for audio low levels, has opened the door a little more on this, as it supports running in node to write to a local audio device.

There is a lot to do to get there, but should be possible.