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://twistedwave.com/online/" rel="nofollow">https://twistedwave.com/online/</a>
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 "dial in" to live shows and wait their turn, etc.
Really nifty! I can see where this is useful if there's no Sound Recorder handy. However, would it be possible to add simple tuning features such as gain/boost, pan, pitch bend, and maybe reverb?
Hm, might be functional but also doesn't really offer a lot of utility or even gimmicks in my opinion. Yes it works, seemingly okay. Not sure I'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.
I love how people start working on related projects around the same time without shared knowledge. I'm working on a web based audio tool to help vocal actors right now and learning about the apis. It's not an editor but uses some of the underlying tech.
I wrote one of these a while back, yours is nicer. Now I don't have to put mine back up!<p><a href="https://github.com/meandavejustice/metastaseis" rel="nofollow">https://github.com/meandavejustice/metastaseis</a>
I tried a variety of ways to upload a file but can't get it working. Both dragging and dropping, and clicking the button and selecting a file, didn't do anything as far as I can tell.<p>Running Firefox 48.0 on Linux
Hey, I did one too! All client side, with wave editing and export: <a href="https://wav.hya.io" rel="nofollow">https://wav.hya.io</a>