Visit site

AI Voice Enhancer Free

Hey Makers! 👋 I'm sharing a little side project I’ve been tinkering with called VoiceEnhancer. As someone who dabbles in recording voiceovers and podcast snippets, I constantly ran into the same headache: you get a great take, but the AC kicks on, the neighbor's dog barks, or the mic just picks up that weird digital hum. The existing tools either cost a fortune or require a degree in audio engineering to use. So I scratched my own itch. VoiceEnhancer is a completely free, browser-based tool that uses AI to clean up speech audio in seconds. What's under the hood? The backend leverages a custom audio processing pipeline built in Rust, compiled to WebAssembly so all the heavy lifting happens directly in the browser. No uploading huge files to a server and waiting in a queue—just local, fast, private processing. What can it do right now? ✅ Remove Background Noise: I threw a recording from a busy café at it, and it stripped the chatter cleanly without making my voice sound like it's underwater. ✅ Auto-remove Silence & Hesitations: It snips out the "ums," "ahs," and long pauses. Great for turning a raw voice memo into something listenable. ✅ Studio Sound: It applies a bit of EQ and compression magic to make a $50 USB mic sound like it cost a bit more. The Tech Stack Frontend: Next.js + Tailwind Core Logic: Rust (compiled to WASM) + ONNX Runtime for AI inference Deployment: Vercel Why I'm posting it here It’s completely free (no login, no email-gating). I built it because I needed it. I’d love for you to throw your worst-sounding voice memo at it and see if it breaks or helps. Any feedback on the processing quality or UI would be massive! 🔗 Test it out: https://voiceenhancer.aiAI Voice Enhancer Free screenshot