TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

92 点作者 stephenhandley8 天前

10 条评论

freeamz8 天前
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 未加载
nailer8 天前
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 未加载
stephenhandley8 天前
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>
wesz8 天前
This is brilliant! I&#x27;m gonna use it to prototype synths for my drum patterns&#x2F;bass lines website.
评论 #44004055 未加载
xipix8 天前
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 未加载
chaosprint8 天前
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 未加载
tristanMatthias8 天前
Would love to plug this into <a href="https:&#x2F;&#x2F;synthia.app" rel="nofollow">https:&#x2F;&#x2F;synthia.app</a>
评论 #44003383 未加载
评论 #44002308 未加载
phantomathkg8 天前
Interesting library with a rather weird name.
评论 #44002296 未加载
noelwelsh8 天前
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 未加载
gitroom8 天前
This is super cool, Im definitely gonna mess around with it for my own synth experiments!