Initializing... drag & drop files here
Supports: WAV
WAV is uncompressed PCM, so to compress it you lower the sample rate or bit depth, re-encode it to a smaller bitrate, or convert it to FLAC (lossless) or MP3 (lossy). Upload your file and it's compressed on our servers — no sign-up, no watermark, no quality cap.
Real result: Re-encoding typically cuts a WAV roughly 50% (a 4.6 MB WAV drops to ~2.3 MB), and far more when converting to MP3 — often 90% — since WAV stores raw audio.
WAV stores raw linear PCM with no compression at all, so size scales linearly with sample rate × bit depth × channels. A standard CD-quality stream (44.1 kHz, 16-bit, stereo) runs at exactly 1,411 kbps — roughly 10 MB per minute, or 600 MB per hour. Bump that to 24-bit/48 kHz studio quality and you're at ~16 MB/min. The format is uncompressed by design (which is why DAWs love it) but that makes the files painful to move, store, or share.
WAV itself is a container, not a codec. To make a WAV smaller you have four levers, and unlike MP3 there's no psychoacoustic encoder making decisions for you — every change is explicit:
| Sample Rate | Bit Depth | Channels | Bitrate | Per Minute | Per Hour |
|---|---|---|---|---|---|
| 96 kHz | 24-bit | Stereo | 4,608 kbps | ~33.8 MB | ~2.03 GB |
| 48 kHz | 24-bit | Stereo | 2,304 kbps | ~16.9 MB | ~1.01 GB |
| 44.1 kHz | 16-bit | Stereo | 1,411 kbps | ~10.3 MB | ~620 MB |
| 44.1 kHz | 16-bit | Mono | 706 kbps | ~5.2 MB | ~310 MB |
| 22.05 kHz | 16-bit | Mono | 353 kbps | ~2.6 MB | ~155 MB |
| 16 kHz | 16-bit | Mono | 256 kbps | ~1.9 MB | ~115 MB |
| 8 kHz | 16-bit | Mono | 128 kbps | ~0.96 MB | ~58 MB |
Formula: bitrate (bps) = sample rate × bit depth × channels. Divide by 8 for bytes per second.
| Property | WAV | FLAC | MP3 |
|---|---|---|---|
| Compression | None (raw PCM) | Lossless | Lossy |
| Typical size vs raw PCM | 100% | 50-70% | 7-15% |
| Decodes to identical samples? | Yes | Yes | No |
| Metadata (artist, art, tags) | Limited (RIFF) | Full (Vorbis comments) | Full (ID3) |
| DAW editing native? | Universal | Most modern DAWs | Re-encode penalty |
| Sample rate range | 8 kHz – 192 kHz | up to 1,048,575 Hz (RFC 9639) | 8 – 48 kHz |
| Bit depth range | 8 – 32-bit | 4 – 32-bit | N/A (variable) |
| Streaming-friendly? | No (too large) | OK | Yes |
For a true lossless archive at smaller size, convert WAV to FLAC — same audio bits, 40-50% smaller. For distribution and sharing, convert WAV to MP3 at 128-192 kbps for 85-95% size reduction.
Lower the sample rate or bit depth, or re-encode to a smaller constant bitrate. For a lossless cut, convert to FLAC for roughly 40-50% smaller files; for the biggest reduction, convert to MP3. For voice, dropping stereo to mono halves the file on its own. All of it runs on our servers — no install.
Combining the four levers (lower sample rate, lower bit depth, mono, constant bitrate) you can hit 60-80% reduction within WAV. Going from 24-bit/48 kHz stereo (17 MB/min) to 16-bit/22.05 kHz mono (2.6 MB/min) is an 85% cut, suitable for voice. For music you want to preserve, stay 16-bit/44.1 kHz stereo and use a target bitrate to set a ceiling.
WAV itself doesn't compress — it's a container for raw PCM. Every "compression" within WAV is technically lossy because you're changing sample rate, bit depth, or channel count. For truly lossless compression, use FLAC, which encodes the exact same PCM samples into a 50-70%-of-original file that decodes back to bit-identical WAV.
Depends on which lever you pull. 24-bit → 16-bit is inaudible to human ears (16-bit gives ~98 dB dynamic range — beyond what consumer playback chains reproduce). 48 kHz → 44.1 kHz is inaudible (both far exceed human hearing's ~20 kHz ceiling). Stereo → mono is fine for voice but obvious for music. Aggressive sample-rate cuts (44.1 kHz → 8 kHz) sound clearly muffled — that's a 75% loss of usable frequencies.
44.1 kHz, 16-bit, stereo — the CD standard. It captures the full human hearing range with a noise floor below what any consumer playback chain can resolve. Going higher (96 kHz/24-bit) only matters when you'll edit or master the file. For finished music distributed to listeners, 16-bit/44.1 kHz is the established quality bar.
22.05 kHz or 16 kHz, 16-bit, mono. Human speech tops out around 8 kHz in fundamental content, so 16 kHz sample rate (Nyquist = 8 kHz capture) is fine. Mono is correct for a single-mic recording. This cuts a 30-minute interview from ~300 MB down to ~75 MB while sounding identical to listeners.
Yes. Switch the target dropdown to file size in MB and enter your number — useful for fitting attachments into Gmail's 25 MB limit, Discord's 10 MB free-tier upload cap, or Slack's 1 GB per-file limit. The tool back-calculates the required bitrate.
Bit depth is only one of three multipliers. If you went 24-bit → 16-bit but kept 96 kHz stereo, you still have 1,536 kbps — only a 33% cut from the 2,304 kbps source. To go much smaller, also drop sample rate (96 → 44.1 kHz) and consider mono.
Yes — the Trim option lets you set a start time and a duration, so you only encode the part you need. Faster than running a separate trim pass. For a standalone trim with no compression changes, use the audio cutter.
Yes. files are processed on our servers and deleted automatically after a few hours and aren't shared publicly. There's no sign-up, no watermark, and no per-file or per-user cap on the free tool.