TranscribeNode
πŸ”‡ Noise-free audio

Remove the noise
without distorting voice.

Free FFmpeg + RNNoise Β· techniques per noise type Β· comparison with Adobe and pro software. For podcasters, journalists and lawyers.

Create free account β†’

You recorded something important (interview, hearing, podcast, message to a client) and the audio came out with background noise. This guide shows how to remove that noise without distorting the voice β€” free with FFmpeg + RNNoise or with commercial software when quality matters.

Noise types and optimal technique for each

Noise typeExampleBest technique
ConstantAir conditioner, computer, fanafftdn (FFT spectral)
Background voicesCoffee shop conversationsRNNoise (trained on voices)
IntermittentTraffic, alarms, dog barkingManual edit + localized denoise
Electrical hum50/60 Hz power lineSpecific notch filter
MP3 compressionRe-compressed audio multiple timesRe-encode to WAV + denoise
EchoEmpty-walled roomDereverberation (ML) β€” FFmpeg insufficient

FFmpeg + RNNoise recipe (best for voices)

RNNoise is trained specifically for human voices. To download and use it:

git clone https://github.com/xiph/rnnoise
cd rnnoise && ./autogen.sh && ./configure && make
./examples/rnnoise_demo dirty_audio.raw clean_audio.raw

Or with FFmpeg integrated arnndn:

ffmpeg -i dirty.wav -af "arnndn=m=cb.rnnn" clean.wav

FFmpeg afftdn recipe (general use)

For non-voice-specific noise:

ffmpeg -i dirty.mp3 -af "afftdn=nr=20:nf=-25" clean.mp3

Important parameters:

Adobe Enhance Speech vs FFmpeg

Adobe Enhance Speech (part of Premiere/Audition Cloud) is brutal for cases where FFmpeg loses:

But costs Adobe subscription (~USD 23/month). For occasional use, contracting a service like TranscribeNode includes pre-transcription cleanup in the audio cost.

A/B validation (mandatory step)

After any denoise, compare clean file vs original on headphones (not speakers). Look for:

  1. Noise reduced (obvious).
  2. Voice does NOT sound robotic (typical over-denoising artifact).

If voice distorts, lower nr by 5 dB and re-process. Better an audio with some noise than a robotic voice.

Other guides in English

Everything TranscribeNode does for English-speaking creators and pros

Get 50 free credits to start

No card required. No fine print. Works in any browser. Credits work for transcription, photo restoration and UnlockFile.

Create free account β†’

50 minutes of audio Β· or 2 restored photos Β· or UnlockFile diagnostic