1

Audio analysis in web browser can be easily performed by AnalyserNode of Web Audio API.

Is there something similar for Node.js?

TN.
  • 18,874
  • 30
  • 99
  • 157

1 Answers1

0

You might be interested in https://www.npmjs.com/package/web-audio-api

It's the web audio API for node.js, which sounds like what you're looking for. I haven't used it though, so I can't vouch for how good it is. The web audio API changes periodically, so I don't know how well that library stays in sync with the current spec.

Raphael Serota
  • 2,157
  • 10
  • 17