11

Is it possible to use Web Audio API server-side (e.g. in Node.js)? I'd like to process "offline" my audio files in order to apply audio effects (https://stackoverflow.com/a/8101383/553341).

Community
  • 1
  • 1
rashtao
  • 657
  • 5
  • 16

2 Answers2

5

Have a look at https://github.com/sebpiq/node-web-audio-api

Most of the AudioNodes are not implemented, but in the future it might become useful.

sebpiq
  • 7,540
  • 9
  • 52
  • 69
2

Not at the moment, no. You'd basically have to adapt the webkit source code and do all the plumbing yourself.

Oskar Eriksson
  • 2,591
  • 18
  • 32