top | item 44002191 (no title) xipix | 9 months ago Can it handle "nodes" that emit a different number of audio samples than they consume?I'm thinking of time stretch effects like mine https://github.com/bungee-audio-stretch/bungee discuss order hn newest stephenhandley|9 months ago It's basically just a wrapper around WebAudio, I've generally just used the builtin nodes, but I think you could do sample-level processing with this? https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkle...love the demo https://bungee.parabolaresearch.com/change-audio-speed-pitchhave you thought about wrapping it as an audio unit or vst via juce/clap/iplug so its usable in a daw?https://juce.com/ https://cleveraudio.org/developers-getting-started/ https://github.com/iPlug2/iPlug2
stephenhandley|9 months ago It's basically just a wrapper around WebAudio, I've generally just used the builtin nodes, but I think you could do sample-level processing with this? https://developer.mozilla.org/en-US/docs/Web/API/AudioWorkle...love the demo https://bungee.parabolaresearch.com/change-audio-speed-pitchhave you thought about wrapping it as an audio unit or vst via juce/clap/iplug so its usable in a daw?https://juce.com/ https://cleveraudio.org/developers-getting-started/ https://github.com/iPlug2/iPlug2
stephenhandley|9 months ago
love the demo https://bungee.parabolaresearch.com/change-audio-speed-pitch
have you thought about wrapping it as an audio unit or vst via juce/clap/iplug so its usable in a daw?
https://juce.com/ https://cleveraudio.org/developers-getting-started/ https://github.com/iPlug2/iPlug2