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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Web DSP audio editor

133 点作者 janesconference将近 7 年前

11 条评论

janesconference将近 7 年前
Creator here, happy to answer any questions! Here&#x27;s an example delay effect: <a href="https:&#x2F;&#x2F;dsp.audio&#x2F;editor&#x2F;QbQuSG8sMKsMnrqgf7NB&#x2F;1" rel="nofollow">https:&#x2F;&#x2F;dsp.audio&#x2F;editor&#x2F;QbQuSG8sMKsMnrqgf7NB&#x2F;1</a> Please feel free to use the tool to prototype or show your creations around.<p>— Please note that the app runs only on Chrome &gt; v66, for now, because Chrome is the only browser implementing the Audio Worklet[1] spec. Other browser will follow suit (hopefully) soon<p>[1] <a href="https:&#x2F;&#x2F;developers.google.com&#x2F;web&#x2F;updates&#x2F;2017&#x2F;12&#x2F;audio-worklet" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;web&#x2F;updates&#x2F;2017&#x2F;12&#x2F;audio-work...</a>
评论 #17607570 未加载
janesconference将近 7 年前
Creator here - thanks for the feedback!<p>For anyone interested on the stack, the visual part is React &#x2F; Redux SPA. I use Firebase&#x27;s Firestore as a DB (I wanted to try it and so far it&#x27;s really cool) and Google Cloud Functions for the APIs. The repo is hosted on Gitlab and is a Lerna monorepo, which is amazing.
评论 #17609988 未加载
stevehiehn将近 7 年前
This is great! I really hope developers keep pushing the webAudioApi. Its not hard to imagine serious browser based DAWs within 5yrs. I&#x27;ve been doing my webaudio experiments here: <a href="http:&#x2F;&#x2F;treblemaker.ai" rel="nofollow">http:&#x2F;&#x2F;treblemaker.ai</a>
评论 #17609700 未加载
stagas将近 7 年前
This is cool and looks promising! If you want some DSP functions in JS, I had made some[0] in the past. They&#x27;re all MIT licensed and sometimes you would need to adapt the code a bit because of the imports and globals that are implicit as these were domain specific.<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;opendsp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;opendsp</a>
评论 #17615196 未加载
okket将近 7 年前
(Chrome only)
评论 #17607810 未加载
评论 #17607795 未加载
Tade0将近 7 年前
Looks great!<p>Any chance of adding a piano roll for playing short melodies(and perhaps chords with the proper processor)?
评论 #17607778 未加载
xchip将近 7 年前
You may like too this single file midi player that comes with a one line synthesizer<p><a href="https:&#x2F;&#x2F;github.com&#x2F;aguaviva&#x2F;SimpleMidi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aguaviva&#x2F;SimpleMidi</a>
acarabott将近 7 年前
This is great!<p>I especially like that you&#x27;ve included a share mechanism. I built an audio dsp playground before, but didn&#x27;t spend enough time on it to provide that.<p>Are you going to add a discovery page to browse people&#x27;s creations?
评论 #17607729 未加载
mmjaa将近 7 年前
Nice. The only thing I don&#x27;t like about it is that its browser based, because - as a musician with a room full of hardware - its hard to get over the conclusion that browser-based music tools are simply not ready for production - i.e. I would never use this on stage or in the studio. Cute experiment though...
评论 #17607770 未加载
lewisjoe将近 7 年前
A sound engineering illiterate here. But, both the project and the new API from chrome looks like something very interesting that I&#x27;d not want to miss.<p>Can somebody ELI5 to me, what this is about? Or point me in the right direction perhaps.
评论 #17607707 未加载
bufferoverflow将近 7 年前
Doesn&#x27;t seem to play on Android 6, Chrome.
评论 #17607717 未加载