Using WebAudio API from NodeJs

后端 未结 1 752
一个人的身影
一个人的身影 2020-12-17 04:20

I want to use WebAudio(AudioContext) in NodeJS. However NodeJS does not support WebAudio. There is an npm for web-audio-api but it is still in alpha stage and is incomplete.

相关标签:
1条回答
  • 2020-12-17 04:56

    You can use node-webkit or app.js to use WebAudio API and talk with it with socket.io.

    0 讨论(0)
提交回复
热议问题