Cut AIFF files by setting start and end times. Free, no quality loss.
Process files in seconds with our optimized servers
Frame-accurate cuts with intuitive timeline controls
Maintain original quality with smart re-encoding
.aif and .aiff extensions are accepted — they are the same Audio Interchange File Format, just two different filename suffixes. Batch uploading multiple clips is supported.12.5) or in HH:MM:SS.sss format (e.g., 00:00:12.500) for millisecond precision. The duration field controls how long the kept segment runs from the start point. Frame-accurate trims down to a single PCM sample frame are possible because the underlying SSND chunk is sliced losslessly.AIF is the 3-character variant of Apple's Audio Interchange File Format, kept around from the DOS-era 8.3 filename limit when extensions were capped at three letters. Both .aif and .aiff decode to identical PCM audio — same big-endian byte order, same COMM and SSND chunks, same uncompressed quality — so any tool that reads one reads the other. Cutting is the most common reason to open an AIF file: the format is uncompressed (≈10 MB per minute of 44.1 kHz / 16-bit stereo, per the AIFF spec), which makes full files unwieldy to keep when you only need a 15-second selection.
| Property | AIF | AIFF | AIFC (AIFF-C) |
|---|---|---|---|
| Full name | Audio Interchange File Format | Audio Interchange File Format | Audio Interchange File Format - Compressed |
| Year introduced | 1988 (Apple) | 1988 (Apple) | 1991 revision |
| Extension origin | 3-char DOS 8.3 compatibility | Native 4-char on Mac/POSIX | Compressed variant |
| Audio data | Uncompressed PCM | Uncompressed PCM | PCM or compressed (μ-law, A-law, ALAC, etc.) |
| Byte order | Big-endian | Big-endian | Big-endian header; PCM endianness per codec (sowt = little-endian) |
| Typical size (1 min, 16-bit/44.1 kHz stereo) | ~10 MB | ~10 MB | 1-10 MB depending on codec |
| Lossless cut possible? | Yes (PCM slice) | Yes (PCM slice) | Only for PCM-payload AIFC |
| Native support | macOS, iOS, Windows Media Player, all DAWs | Identical to AIF | macOS, Logic, Pro Tools; partial Windows |
| Use case | Recommended length | Notes |
|---|---|---|
iPhone ringtone (.m4r) |
≤30 seconds | GarageBand auto-shortens longer clips |
| iPhone text tone | ≤40 seconds | Same 40-second cap as ringtones |
| Sampler/drum slice | 0.1-4 seconds | Cut at zero-crossing to avoid clicks |
| Podcast intro/outro bed | 5-15 seconds | Keep the musical phrase intact |
| Social-media audiogram (Instagram, TikTok) | 15-60 seconds | Match the target platform's clip cap |
| Voicemail greeting | ≤20 seconds | Most carriers cap greetings around 20-30 seconds |
| DAW sample import | Variable | Trim leading silence so the sample triggers on hit |
Just a different extension. Both decode to the same Audio Interchange File Format spec Apple published in 1988 — identical big-endian PCM payload, same COMM chunk describing channels / bit depth / 80-bit IEEE sample rate, same SSND chunk holding the samples. The .aif form survives from the DOS 8.3 filename era when extensions were capped at three characters; modern macOS, Windows, and Linux read both interchangeably. Renaming clip.aif to clip.aiff (or vice versa) doesn't change a single byte of audio data.
No. When you keep the output as AIF (or AIFF), the cutter slices the SSND chunk at the sample boundary you set and rewrites the chunk headers — no decode, no re-encode, no requantization. The PCM samples in your output file are bit-identical to the corresponding range in the source. Quality only drops if you change format on the way out (e.g., AIF to MP3, which involves lossy MDCT encoding).
Down to a single PCM sample frame, which at 44.1 kHz is ~0.023 milliseconds. Enter cut points in HH:MM:SS.sss format (three decimal places) and the tool snaps to the nearest sample frame. For sub-frame precision you'd need to resample, which would re-encode.
AIF stores uncompressed PCM, so file size scales linearly with sample rate × bit depth × channels × duration. CD-quality stereo (44.1 kHz / 16-bit) is about 10 MB per minute per the AIFF spec, and 24-bit/96 kHz studio masters hit ~33 MB per minute. A 192 kbps MP3 of the same content is roughly 1.4 MB per minute — about 7× smaller — because MP3's lossy compression discards inaudible (and some audible) detail. If file size matters more than studio fidelity, Convert AIF to MP3 after cutting or use Compress AIF to shrink the PCM stream itself.
Yes. Windows Media Player has shipped AIFF/AIF decoders since Windows 7, and the modern Films & TV / Groove apps decode them too. VLC, Audacity, foobar2000, and Winamp all play AIF natively. The only AIF variant that occasionally trips Windows is AIFC with an Apple-only codec like ALAC inside an AIFC container; standard PCM AIF (what comes out of this cutter when you keep the format) plays anywhere.
Yes. Drop several files into the uploader and each one gets cut to the same start/duration you set, then delivered as a ZIP. If you need different cut points per file you can queue them one at a time — each cut runs locally in your browser session, so there's no per-file upload latency.
Cut the AIF to 30 seconds or less, then convert it to AAC in an .m4r container. The Apple Support workflow for GarageBand on Mac is: drag the AIF onto an audio track, trim to ≤30 seconds, then File → Share → Ringtone. On iPhone, GarageBand for iOS imports the trimmed AIF from iCloud Drive and exports as a ringtone, text tone, or contact alert. The 30-second cap is a hard limit — longer clips get auto-shortened by GarageBand or silently rejected by the Tones store.
In casual usage they're synonyms, but conventionally: "trim" removes leading or trailing silence (the bookend), "cut" extracts a specific middle section by start + duration, and "split" breaks one file into multiple pieces at marker points. This tool does the start-plus-duration cut; for end-removal you can set the duration shorter than the file. For multi-segment work check the Audio Cutter which covers all three modes.
Keep AIF/AIFF when you're feeding the clip into a DAW, video editor, or any workflow that benefits from uncompressed PCM (no quality loss across multiple edits). Pick AIFC only if downstream tools specifically expect the compressed variant — most modern apps prefer FLAC or ALAC for lossless compression these days. Convert to MP3 or AAC for sharing / streaming, to M4R for iPhone ringtones, or to WAV via Convert AIF to WAV for maximum cross-platform compatibility (WAV is little-endian and slightly more universal on Windows).