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.

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

77 pointsby stuartmemoover 8 years ago

9 comments

TwistedWaveover 8 years ago
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 未加载
simmonsover 8 years ago
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 未加载
aakilfernandesover 8 years ago
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 未加载
kixpanganibanover 8 years ago
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 未加载
6stringmercover 8 years ago
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 未加载
geuisover 8 years ago
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.
meandaveover 8 years ago
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>
96over 8 years ago
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 未加载
janesconferenceover 8 years ago
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>