by Creators AI Lab

Remove Background
Noise from Audio

Strip noise, hiss and breaths from any MP3 or WAV โ€” then shape your voice with a full effects rack. Runs 100% offline. No account, no upload, no waiting.

๐Ÿ”‡ Noise Removal ๐ŸŽ™ Voice Cleanup ๐ŸŽ› EQ + Effects ๐Ÿ“ด Offline ๐Ÿ†“ Free

Two-Stage Audio Processing

Clean first, augment second. Each stage is independent โ€” skip either, chain both.

01

Noise & Background Removal

Drop your audio and remove background noise in seconds. Works on recordings, podcasts, voice-overs and calls.

  • Background noise reduction
  • Hiss & hum removal
  • Breath reduction
  • Sibilance / de-ess control
02

Voice Augmentation Rack

Shape your clean audio with a full studio effects rack. Apply presets or dial every knob manually.

  • 3-Band EQ (Low / Mid / High)
  • Pitch shift & Harmonizer
  • Compressor & Saturation
  • Reverb, Delay, Chorus
03

Built-in Presets

One-click starting points for the most common use cases. Fine-tune from there.

Podcast Radio Cinematic Robot
04

Export Anywhere

Download your cleaned or augmented audio as MP3 at any stage. Client-side encoding via lamejs โ€” no server ever sees your file.

output โ†’ .mp3

Interface: Clean. Minimal. Precise.

Everything you need โ€” nothing you don't. Waveform preview, knob controls, one-click clean audio.

Audio Augment desktop interface showing waveform display, noise removal controls and augmentation rack with knobs for EQ, pitch, reverb and more

Architecure: Built on the Open Web

No native audio libraries. No cloud APIs. Pure Web Audio API โ€” same engine in browser and desktop.

Web
TanStack Start ยท React 19 ยท Cloudflare Workers
Audio Engine
Web Audio API ยท 100% client-side ยท zero latency
Desktop
Electron ยท file:// bundle ยท NSIS installer
Export
lamejs ยท MP3 encoding in-browser
React 19 TanStack Start Tailwind CSS v4 Radix UI Web Audio API lamejs Electron Cloudflare Workers

Download & Run

Windows Installer

audio-augment-x.x.x-x64.nsis.7z

  1. Download from Releases
  2. Extract the .7z archive
  3. Run the installer
  4. Launch from desktop shortcut
Use Now, FREE

Run from Source

Node.js 20+ required

# clone git clone https://github.com/your-username/audio-augment cd audio-augment
# Install npm install
# web (browser) npm run dev
# desktop (Electron) npm run desktop

Contribute

Yes! It is opensource and we welcome for contributions.The audio engine lives in src/lib/audio/ Good first areas: gate & limiter, Mac/Linux build targets, waveform zoom, custom preset management.

01 Fork the repo & create a branch
02 Make your changes in
/src/
03 Test in web & desktop
04 Open a pull request