Sondra is a free, browser-based tool that lets you remove background
noise from audio and video files (fan hum, AC, room echo) and compress
them for sharing — without uploading anything to a server.
Most online media editors upload your file to a cloud, queue it for
processing, then return the result. Sondra does the entire pipeline
locally using FFmpeg compiled to WebAssembly. Your files never leave
your browser tab. There's no signup, no watermark, no time limit, no
account, no upsell.
I built this because every "free" online noise remover and video
compressor I tried either watermarked the output, made me wait in a
queue, or used my recordings to train their AI. As a podcaster/creator,
that's a non-starter — those recordings are often confidential client
calls, unreleased music, or personal moments.
Sondra is built for:
- Podcasters cleaning room noise from home recordings
- YouTubers/TikTokers compressing video before upload
- Remote workers cleaning Zoom recordings before sending to clients
- Freelancers shipping smaller video files to clients
- Anyone who needs to clean or compress without trusting a third-party server
The tool currently supports MP3, WAV, AAC, FLAC, OGG audio (up to 500MB
on desktop, 100MB mobile) and MP4, MOV, MKV, WebM, AVI video. Output
formats include modern codecs like Opus and H.265 for smaller file sizes
at the same quality.
Localized in 13 languages (EN, DE, FR, VI, ES, JA, PT, KO, IT, HI, TR,
AR, TH) so it works for creators worldwide, not just English speakers.
Currently 100% free. Long-term plan: a free desktop app (Tauri-based)
for users with files larger than 500MB, with a small Pro tier for batch
processing — but the browser version stays free forever.
The 100MB mobile ceiling probably isn't arbitrary — WASM's linear memory model still caps out well below what native FFmpeg would handle, so anything past a few hundred MB risks an OOM crash before compression even starts. Worth stress-testing the exact byte count where that happens and surfacing it before upload starts, not after it fails midway.
The thing I'd be careful with is that Sondra currently has multiple reasons someone could care: privacy, no uploads, noise removal, compression, speed, and local processing.
None of those are bad individually.
The risk is that a visitor understands the features but never forms a clear answer to why this tool exists for them specifically.
Feels like a positioning decision more than a product decision.