Audio analysis in web browser can be easily performed by AnalyserNode of Web Audio API.
Is there something similar for Node.js?
Audio analysis in web browser can be easily performed by AnalyserNode of Web Audio API.
Is there something similar for Node.js?
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.