I want to do real time audio processing in ClojureScript.
The MDN documentation points me to the AudioWorkletProcessor
Class, but from what I googled, there is no obvious way to inherit from a JavaScript Class in ClojureScript. Am I missing something?
There is also the ScriptProcessorNode
, but it is deprecated and I can not picture how to use it in ClojureScript. An example would really be helpful.
Last but not least, if somebody has another way to do real time audio processing, please let me know.