Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating audio plugins / emulators with javascript?

I'm interested in creating audio plugins and emulators, since it would tie in nicely with an app I'm currently developing, but c++ seems to be the only language i can find any documentation for creating them in.

Is there anything for Javascript that would allow me to create, say, a compressor or a limiter or an EQ plugin?

I know this might seem noobish but i searched for a while on google and wasn't able to find anything concrete.

Thanks!

like image 873
Dylan Lott Avatar asked Mar 08 '15 05:03

Dylan Lott


1 Answers

I have not actually used it yet, but I've been meaning to check this out for a similar project. https://www.npmjs.com/package/node-core-audio

like image 191
t0dd Avatar answered Sep 22 '22 22:09

t0dd