Sunday 17 June 2018

Any tips for audio file manipulation with Node?

I have seen several front-end libraries using the web audio API. I am looking for something to run on the backend, specifically aiming to get this working as an AWS Lambda function, though I have no experience with that yet.Looking for the ability to:convert wav, flac, oog, and webm to mp3 or webmconvert from mono to stereo, some method of interacting with audio channels.equalizer controls, a way to interact with frequencies.Anyone have any experiencing with editing audio directly via node if an NPM isn't available? Wondering how I'd even begin that.

Submitted June 17, 2018 at 03:50PM by TechSquidTV

No comments:

Post a Comment