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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Sodaphonic – record and edit audio in the browser

77 点作者 stuartmemo超过 8 年前

9 条评论

TwistedWave超过 8 年前
Hey, I have also done an audio editor and recorder in the browser! All the audio is stored and processed on the server. You can Check it out there: <a href="https:&#x2F;&#x2F;twistedwave.com&#x2F;online&#x2F;" rel="nofollow">https:&#x2F;&#x2F;twistedwave.com&#x2F;online&#x2F;</a>
评论 #12869797 未加载
simmons超过 8 年前
Neat! I sometimes think it would be interesting to develop a web-based podcast production platform, where a similar sort of feature would be available for post-production. But also use WebRTC for conferencing, streaming, allowing callers to &quot;dial in&quot; to live shows and wait their turn, etc.
评论 #12867436 未加载
aakilfernandes超过 8 年前
I don&#x27;t have any audo files on my desktop. would be nice to have a default so i could play around without hunting for one
评论 #12868573 未加载
评论 #12868537 未加载
kixpanganiban超过 8 年前
Really nifty! I can see where this is useful if there&#x27;s no Sound Recorder handy. However, would it be possible to add simple tuning features such as gain&#x2F;boost, pan, pitch bend, and maybe reverb?
评论 #12871080 未加载
6stringmerc超过 8 年前
Hm, might be functional but also doesn&#x27;t really offer a lot of utility or even gimmicks in my opinion. Yes it works, seemingly okay. Not sure I&#x27;m really too crazy about the Export to Wav or MP3 function, that kind of opens a Copyright can-of-worms issue when given some thought.
评论 #12867942 未加载
geuis超过 8 年前
I love how people start working on related projects around the same time without shared knowledge. I&#x27;m working on a web based audio tool to help vocal actors right now and learning about the apis. It&#x27;s not an editor but uses some of the underlying tech.
meandave超过 8 年前
I wrote one of these a while back, yours is nicer. Now I don&#x27;t have to put mine back up!<p><a href="https:&#x2F;&#x2F;github.com&#x2F;meandavejustice&#x2F;metastaseis" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;meandavejustice&#x2F;metastaseis</a>
96超过 8 年前
I tried a variety of ways to upload a file but can&#x27;t get it working. Both dragging and dropping, and clicking the button and selecting a file, didn&#x27;t do anything as far as I can tell.<p>Running Firefox 48.0 on Linux
评论 #12871073 未加载
janesconference超过 8 年前
Hey, I did one too! All client side, with wave editing and export: <a href="https:&#x2F;&#x2F;wav.hya.io" rel="nofollow">https:&#x2F;&#x2F;wav.hya.io</a>