Open vectrixdevelops opened 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.
Audio Units: https://developer.apple.com/library/content/documentation/MusicAudio/Conceptual/AudioUnitProgrammingGuide/Introduction/Introduction.html
Vst.JS: https://github.com/ramirezd42/vst-js
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.