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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Synthesizing Music from JSON

128 点作者 bangonkeyboard4 个月前

10 条评论

a1o4 个月前
I wrote this JS thing 9 years ago and it still runs in the browser<p><a href="https:&#x2F;&#x2F;ericoporto.github.io&#x2F;bgmJs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ericoporto.github.io&#x2F;bgmJs&#x2F;</a><p>Much simpler implementation, you can read the JS code that was manually written. There is a link to the repository in the page.
bugglebeetle4 个月前
I’ve been working with Tone.Js recently and it’s been quite pleasant! Seems like it could handle this use case as well, fairly trivially. Worst part has been finding good royalty free sample sources for instruments.
评论 #42639906 未加载
评论 #42618194 未加载
评论 #42617175 未加载
luismedel4 个月前
Why the &quot;from JSON&quot; part? JSON is the storage&#x2F;representation format and, IMHO, the less interesting thing about this.<p>Is like saying &quot;Synthesizing Music from a binary file&quot; if you write a S3M player.<p>Outside of that, congrats. I think the author has enough &quot;fame credits&quot; to make any project an instant success. Kudos for that.
评论 #42620978 未加载
throwaway20464 个月前
It&#x27;s amazing to see FOSS music trackers still being made, each time a bit more modernized. Although the new &quot;single instrument tracks&quot; model may take a while to click for me, I think it may allow for more dynamic songs.<p>P.S. what&#x27;s the license for pl_synth? I couldn&#x27;t find one on the repo.
chaosprint4 个月前
very nice. really love the ui.<p>for wasm you can have a look on my work:<p><a href="https:&#x2F;&#x2F;glicol.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;glicol.org&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;chaosprint&#x2F;glicol">https:&#x2F;&#x2F;github.com&#x2F;chaosprint&#x2F;glicol</a><p>I wrote the audio engine in Rust and load it in JS with AudioWorklet and SharedArrayBuffer
评论 #42621920 未加载
p0w3n3d4 个月前
This is from the same guy who created QOI - fast lossless compression
评论 #42623280 未加载
8bitsrule4 个月前
Massively fine. Thanks much for sharing! The instrument-generating part alone is Csound-grade stuff.
elihu4 个月前
I get no audio when I try to use the live demo on Linux&#x2F;Chromium, though Firefox is fine.
ladyanita224 个月前
Looks really nice. Any similar projects in Rust?
to11mtm4 个月前
... would be interesting to find a way to meld this with Sonic-Pi somehow...