audiojs / contributing

Discussion and guidelines for contributing
2 stars 0 forks source link

Audio-Plugin #30

Open vectrixdevelops opened 7 years ago

vectrixdevelops commented 7 years ago

A module to represent an audio processing plugin from VST or AU or a JS function. This should be able to input audio and of course output audio.

Using the likes of vst.js and a custom binding for Apples Audio Units.

vectrixdevelops commented 7 years ago

Audio Units: https://developer.apple.com/library/content/documentation/MusicAudio/Conceptual/AudioUnitProgrammingGuide/Introduction/Introduction.html

Vst.JS: https://github.com/ramirezd42/vst-js