TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

92 pointsby stephenhandley4 days ago

10 comments

freeamz4 days ago
Hmm seems like the jQuery of Web Audio API? How are the browser support on mobile?<p>Edit: with a bit pure data flavor mixed in... super nice!
评论 #44001966 未加载
nailer4 days ago
Just in case you scrolled past it, the live demo was in the github website link:<p><a href="https:&#x2F;&#x2F;idroppedmyphonethescreencracked.tumblr.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;idroppedmyphonethescreencracked.tumblr.com&#x2F;</a>
评论 #44006607 未加载
评论 #44001888 未加载
stephenhandley4 days ago
WebAudio-based library that provides quick way to set up a web audio graph.<p>Desktop wrapper: <a href="https:&#x2F;&#x2F;github.com&#x2F;billorcutt&#x2F;Cracked">https:&#x2F;&#x2F;github.com&#x2F;billorcutt&#x2F;Cracked</a><p>Cat examples: <a href="https:&#x2F;&#x2F;idroppedmyphonethescreencracked.tumblr.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;idroppedmyphonethescreencracked.tumblr.com&#x2F;</a>
xipix4 days ago
Can it handle &quot;nodes&quot; that emit a different number of audio samples than they consume?<p>I&#x27;m thinking of time stretch effects like mine <a href="https:&#x2F;&#x2F;github.com&#x2F;bungee-audio-stretch&#x2F;bungee">https:&#x2F;&#x2F;github.com&#x2F;bungee-audio-stretch&#x2F;bungee</a>
评论 #44003283 未加载
wesz4 days ago
This is brilliant! I&#x27;m gonna use it to prototype synths for my drum patterns&#x2F;bass lines website.
评论 #44004055 未加载
chaosprint4 days ago
if you are looking for some performant declarative web audio lib in js, check:<p><a href="https:&#x2F;&#x2F;glicol.js.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;glicol.js.org&#x2F;</a><p>it&#x27;s ported from Rust
评论 #44003323 未加载
tristanMatthias4 days ago
Would love to plug this into <a href="https:&#x2F;&#x2F;synthia.app" rel="nofollow">https:&#x2F;&#x2F;synthia.app</a>
评论 #44003383 未加载
评论 #44002308 未加载
phantomathkg4 days ago
Interesting library with a rather weird name.
评论 #44002296 未加载
noelwelsh4 days ago
I find the underlying premise a bit odd. I can name values in Javascript just fine:<p>const whatever = ...<p>I would rather refer to them by these names than by strings. It&#x27;s both faster and safer to do so.
评论 #44008205 未加载
评论 #44005154 未加载
gitroom4 days ago
This is super cool, Im definitely gonna mess around with it for my own synth experiments!