-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Playing audio in node-js #111
Comments
The audio playing engine has just been changed today (as you may know, the source is in chisel under fossil). |
This is amazing! Wasn't aware that you are still actively extending and updating this repository. |
I see that in play-1.js you have exposed a function ToAudio for nodejs
however I don't see a similar line in snd-1.js Infact I'm unable to access even AbcPlay() function via the snd-1.js file in nodejs. |
Sorry: with the new play engine, I was in the browser and I forgot the CLI. |
I see that the audio playing has 2 interfaces
Audio5 - uses Web Audio
Midi5 - uses Web MIDI
I don't think these interfaces would work outside a browser environment eg. when running via node-js, or would they?
Is there a way to get audio playing to work when running abc2svg via node-js in a console?
The text was updated successfully, but these errors were encountered: