freeamz a day ago

Hmm seems like the jQuery of Web Audio API? How are the browser support on mobile?

Edit: with a bit pure data flavor mixed in... super nice!

  • jeremyleach a day ago

    This is wonderful - a very immediate and intuitive way to construct and create audio graphs!

xipix a day 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

wesz a day ago

This is brilliant! I'm gonna use it to prototype synths for my drum patterns/bass lines website.

  • gravitronic a day ago

    You should check out webaudiomodules and sequencer party.

chaosprint a day ago

if you are looking for some performant declarative web audio lib in js, check:

https://glicol.js.org/

it's ported from Rust

  • stephenhandley a day ago

    looks cool but wasn't able to get audio output from the stackblitz demo

tristanMatthias a day ago

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

  • stephenhandley a day ago

    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

nailer a day ago

Just in case you scrolled past it, the live demo was in the github website link:

https://idroppedmyphonethescreencracked.tumblr.com/

phantomathkg a day ago

Interesting library with a rather weird name.

  • mattigames a day ago

    Its just social engineering to make people who drop their phones get involved in audio creation.

noelwelsh a day ago

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.

  • zamadatix 18 hours ago

    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.

gitroom a day ago

This is super cool, Im definitely gonna mess around with it for my own synth experiments!