Initializing... drag & drop files here
Supports: RM
RM is RealMedia — RealNetworks' streaming container from the second half of the 1990s, the one that made buffering a household experience. The audio inside is usually RealAudio, most often the Cook codec, occasionally AAC in later files. Almost nothing outside VLC, mpv and ffmpeg-based tooling will open one today.
AIFF is the other end of that spectrum: Apple's 1988 uncompressed audio container, built on the Electronic Arts IFF chunk structure, and still the default interchange format in professional audio on the Mac. .aif and .aiff are the same format under a shorter name, kept from the era of three-character extensions.
The thing worth knowing before you convert is that this page's Audio Codec list does not just change the codec — it changes which format you end up with. Three of the four entries produce AIFF-C rather than AIFF, and only one produces the plain AIFF that conservative tools expect.
Measured on a 10.03-second RealMedia file with a 44.1 kHz stereo audio track. The "Form type" column is the four characters at byte 8 of the file — the field an application reads to decide what it is looking at.
| Audio Codec entry | Form type | Compression ID | Bits | Output size |
|---|---|---|---|---|
| PCM 16-bit Big Endian — selected on this page | AIFF |
none — plain PCM | 16 | 1,769,526 bytes |
| PCM 16-bit Little Endian | AIFC |
sowt |
16 | 1,769,544 bytes |
| PCM A-law | AIFC |
alaw |
8 | 884,808 bytes |
| PCM mu-law | AIFC |
ulaw |
8 | 884,808 bytes |
Read that first row carefully, because it is the one you want in almost every case. Big-endian 16-bit PCM is what AIFF was defined around — the format is big-endian by design, which is why the little-endian variant has to be declared as AIFF-C with a sowt ("swapped") compression identifier rather than as ordinary AIFF.
AIFF-C is a legitimate 1991 extension of the same container and modern software reads it without complaint. But older samplers, hardware players, broadcast ingest tools and a surprising number of audio utilities check for the literal AIFF form type and reject anything else. If a tool has rejected your .aif, this is the first thing to check.
A-law and mu-law are a different proposition again: both are 8-bit logarithmic companding schemes from the G.711 telephony standard. They halve the file, and they sound like a telephone, because that is what they were built for. Use them only when something specifically asks for G.711.
.rm on the page or click "+ Add Files". Several files can be queued and share one set of settings.HH:MM:SS.sss. Click Convert. Files are uploaded over an encrypted connection, decoded on our servers, and deleted automatically after a few hours — no sign-up, no watermark.There is no quality slider on this page, and that is not an omission — every option here is uncompressed or companded PCM, so the size follows directly from sample rate, channel count and bit depth. Nothing else affects it.
| Settings | Data rate | Per minute | Per hour |
|---|---|---|---|
| 16-bit Big Endian, 44100 Hz stereo | 176,400 B/s | 10.6 MB | 635 MB |
| 16-bit Big Endian, 44100 Hz mono | 88,200 B/s | 5.3 MB | 318 MB |
| 16-bit Big Endian, 24000 Hz stereo | 96,000 B/s | 5.8 MB | 346 MB |
| A-law or mu-law, 44100 Hz stereo | 88,200 B/s | 5.3 MB | 318 MB |
| A-law or mu-law, 44100 Hz mono | 44,100 B/s | 2.6 MB | 159 MB |
An hour of RealMedia audio typically occupies twenty to fifty megabytes. The same hour as 44.1 kHz stereo AIFF is 635 MB. That is not the converter being wasteful — it is what uncompressed means, and it is the entire reason AIFF is an editing and mastering format rather than a distribution one.
Because RealMedia was designed for dial-up streaming and AIFF is designed to be uncompressed. RealAudio Cook running at 32 to 64 kbps is doing aggressive lossy compression; 16-bit 44.1 kHz stereo PCM runs at 1,411 kbps and does none. The ratio of twenty or thirty to one is normal and expected. If the size is a problem, either drop to mono, lower the sample rate, or pick a compressed target such as RM to MP3 instead.
No. AIFF is lossless, but lossless means "loses nothing further" — it cannot restore detail RealAudio already discarded. What you get is a faithful, uncompressed copy of a lossy recording, which is genuinely useful when the file is about to go into an editor or through further processing, because you avoid stacking a second generation of lossy encoding on top. It is not an upgrade to the recording itself.
Nothing but the number of characters. Both name Apple's Audio Interchange File Format, and both are the same bytes internally — the three-letter spelling survives from the era when filenames were limited to eight characters plus three. Some Windows software historically preferred .aif and some Mac software wrote .aiff. If a program will not accept one, renaming it to the other genuinely works. RM to AIFF is the same conversion with the longer extension.
Because you selected a codec other than PCM 16-bit Big Endian. AIFF was defined around big-endian 16-bit PCM, so anything else — little-endian samples, A-law, mu-law — has to be declared through the AIFF-C extension, which stamps AIFC in the form-type field and names the encoding with a four-character compression ID such as sowt, alaw or ulaw. Switch the Audio Codec back to PCM 16-bit Big Endian and you get a plain AIFF file.
Leave it on ORIGINAL in almost every case. RealAudio content was commonly encoded at 22050 or 44100 Hz, and resampling it upward adds bytes without adding information. Choosing a lower rate is a real size lever — 24000 Hz stereo is 46% smaller than 44100 — but it also caps the audible top end at half the rate, so 24000 Hz means nothing above 12 kHz. That is fine for a lecture or an interview and audible on music.
Yes. The Trim group opens on Unchanged; switching to Time Range exposes Start time and Duration, each accepting plain seconds or HH:MM:SS.sss. That is one continuous range per job, which is often all you need — and it is worth using here because uncompressed output makes every unwanted minute expensive. For more than one cut, note that Audio Cutter works on audio files, so run the conversion first and trim the resulting .aif.
No. Title, author, copyright and the other fields RealMedia stores in its header are not carried into the AIFF. AIFF can hold text in NAME, AUTH and ANNO chunks, but this conversion does not populate them, so the output is audio plus format headers and nothing else. Note the title from the source before you discard it if it matters.
Then use the RMVB pages instead — the container is the same family, but RMVB is the variable-bitrate variant aimed at stored files rather than constant-bitrate streams, and it usually carries a different RealVideo profile. For audio extraction the practical difference is small, but starting on the page that matches your extension avoids surprises. Everything on this page about AIFF versus AIFF-C applies identically there.
Because none of the four codec choices has one. Uncompressed PCM has exactly one quality — the samples themselves — and its size is fully determined by sample rate, channels and bit depth. A-law and mu-law are fixed 8-bit companding with no adjustable parameter either. So the whole File Compression group is suppressed on this page rather than shown and ignored, and the controls that do render — codec, channels, sample rate, trim — are the ones that genuinely change the output.
It is uploaded over an encrypted connection, decoded on our servers, and both the upload and the .aif it produced are deleted automatically after a few hours. Nothing is shared or made public, no account is required, and no watermark is applied.