Live data from Hacker News

Cracked – Method chaining/CSS-style selector web audio library

github.com

21–28 of 28 posts

Re: Cracked – Method chaining/CSS-style selector web audio library

#21
post #14

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

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-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

Re: Cracked – Method chaining/CSS-style selector web audio library

#23

Would love to plug this into https://synthia.app

cool app. maybe its already possible but i'm missing how but would be awesome if dragging a new node between an existing connection it would automatically insert it between the nodes to avoid the steps to disconnect / reconnect

Re: Cracked – Method chaining/CSS-style selector web audio library

#27
post #5

Just in case you scrolled past it, the live demo was in the github website link: https://idroppedmyphonethescreencracked.tumblr.com/

I think i-dropped-my-phone-in-the-toilet-and-the-audio-stopped-working-and-yes-i-checked-the-mute-switch because it does not seem to generate any sound on iOS Safari, not supported?

Re: Cracked – Method chaining/CSS-style selector web audio library

#28

I find the underlying premise a bit odd. I can name values in Javascript just fine: const whatever = ... I would rather refer to them by these names than by strings. It's both faster and safer to do so.

This provides ID + class based selection of nodes with a syntax which allows combining multiple filters. It's more akin to the methodology of selecting nodes in the DOM than just providing a name alone.
Post reply on HN