No processing of your file contents takes place on any server. You need no data-processing agreement with gottrix to handle confidential or business documents.
Hosted in GermanyGlobal Content Delivery
Origin servers at Hetzner in Germany, delivered worldwide through a content delivery network. Your file contents are never transmitted in the process - they never leave your device.
A voice memo with fan noise in the background, a video interview with street traffic, a podcast take with room hum and a computer fan - constant background noise is the most common reason an otherwise usable recording sounds unprofessional. This tool runs a small neural network (RNNoise, open source and battle-tested for years in video-conferencing software like Jitsi/Mozilla) that tells apart such stationary background noise from speech and subtracts it.
Technically, RNNoise processes the recording in tiny 10-millisecond chunks at 48 kHz - for each chunk, the network estimates how much of it is speech versus noise, and only dampens the latter. On real, steady background noise (fans, hiss, mains hum) the effect is often dramatic; on short, unpredictable sounds (a single knock, a door slam) the method naturally does less, because it is specifically trained to recognise STATIONARY patterns. Multi-channel material (stereo) is denoised per channel independently, so the stereo width is preserved.
The entire process - from the neural network to the final encode - runs as WebAssembly entirely in the browser, without cross-origin isolation or shared memory (hence single-threaded rather than multi-threaded, but still fast enough for everyday use). No server ever sees the recording.
Specifications
Specifications
Input formats
MP3, WAV, M4A, AAC, OGG, OPUS, FLAC
Auto-conversion
MP4
Output formats
WAV, M4A
Batch processing
No
Processing
Locally in your browser (WebAssembly)
File upload
None
In 3 steps
Drop an audio file with background noise.
Choose the output format (WAV or M4A).
Download the denoised file.
Limitations: Works best against CONSTANT background noise (fans, hiss, hum) - short, irregular sounds (knocks, clicks, thunder) are barely suppressed; this is not a general repair for damaged recordings. With very loud noise relative to the voice, the AI can leave audible artifacts. Processing is single-threaded (no cross-origin-isolation mode on this site) - a little more patience needed for very long files than shorter ones. Honest per-device length cap applies as for every audio tool.
FAQ
Is my file uploaded?
No, noise removal runs entirely locally in the browser via WebAssembly.
What kind of noise gets removed?
Constant background sound like fans, hiss or mains hum - short, irregular sounds barely.
What technology is behind this?
RNNoise, a small recurrent neural network that has been used in production video-conferencing software for years - here running as WebAssembly in the browser.
Is stereo width preserved?
Yes, each channel is processed independently - left and right stay separate.