help with using adc~ patches with c2js as filters #263
Unanswered
ZXMushroom63
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Last year we did some tests for being able to process audio input. Unfortunately we ran into some limitations and couldn't get it to work. I'm not a webaudio expert so gave up on the effort for now. I'm not sure what the state of those tests were though. It would be best if we get someone that knows how this stuff works on board to push it forward. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently in the process of building my own DAW (https://zxmushroom63.github.io/synthetic-audio/), and I would love to be able to use the heavy c2js generator to allow me to use patches in my DAW, as filters.
So far I've seen many examples on using heavy to create web-based synths with events and floats, and midi signals as input, but not an example on how to create a filter that operates on a
Float32Array
or as anAudioNode
capable of reading signal.Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions