REAPER Audio Workflows

How to export audio from REAPER (render settings for WAV and MP3)

Published August 21, 2026

Quick answer

To turn a REAPER project into a playable file, open File › Render (Ctrl+Alt+R on Windows, Cmd+Option+R on Mac), choose your format under Output format, pick where it saves, and click Render. For a master or anything you will keep editing, render WAV, 24-bit, at your project sample rate. For sharing or uploading, render MP3 at 320 kbps. Current REAPER makes MP3s on its own, with no extra download. Rendering does not change your project, it writes a brand new file, so it is safe to try.

You have mixed a track in REAPER, it sounds good, and now you need an actual audio file you can email, upload, or play on your phone. This is where a lot of beginners get stuck, because saving the project and exporting the audio are two different things, and the export window has more buttons than it needs. The good news is that only a handful of those settings matter for most jobs, and the defaults are close to right.

This guide walks through the Render dialog in plain English: what to pick for a high-quality file, what to pick for a small shareable file, and the few settings that are worth understanding. Starting points here are safe defaults, not universal rules, so adjust them to the job in front of you.

Saving is not exporting

When you press Ctrl+S, REAPER saves a project file (a .RPP). That file remembers your tracks, edits, and plugins, but it is not audio and will not play in a music app or upload anywhere. To get a WAV or MP3 you have to render (some DAWs call it “export” or “bounce”, they all mean the same thing): REAPER plays the mix and writes it out as one new audio file. Keep saving your project as normal, and render whenever you need a file to share.

Open the Render dialog

Go to File › Render, or press Ctrl+Alt+R (Windows) or Cmd+Option+R (Mac). A window titled “Render to File” opens. Nothing here touches your project, so you can open it, look around, and close it again without changing a thing. When you are ready, the button at the bottom writes the file.

1

Choose what to render (Source)

Leave Source on Master mix for a normal export. That renders everything that reaches your master, which is what you hear on playback. (If you instead need each track as its own file to send to a mixer, that is a stems export, a separate job covered below.)

2

Set the bounds

Bounds decides how much gets written. Entire project is the usual choice. Pick Time selection if you only want a highlighted section, or Project regions to export marked regions as separate files.

3

Pick a folder and file name

Use the Directory field to choose where the file lands, and the File name field to name it. If you cannot find your export later, it is almost always because this folder was left on a default you forgot.

4

Choose the output format

Under Output format, pick WAV for quality or MP3 (encoder by LAME project) for a small file. Settings for each are below.

WAV or MP3? Pick by what the file is for

Almost every export decision comes down to this one choice.

WAV, for quality and further work

WAV is uncompressed and lossless, so it is the right choice when quality matters or the file will be worked on again: a master, an archive copy, a file for a mastering or mixing engineer, or a stem someone else will import. Set the format to WAV, bit depth to 24 bit PCM, and leave the sample rate matching your project (usually 44100 Hz for music or 48000 Hz for video and podcast work). The trade-off is size: WAV files are large, often ten times bigger than an MP3.

MP3, for sharing and uploading

MP3 is compressed and much smaller, which makes it the practical choice for emailing a rough mix, sending a demo, or uploading somewhere that expects a compact file. Choose MP3 (encoder by LAME project) in the format list and set the mode to a high quality, roughly 320 kbps constant bitrate for the best-sounding MP3, or a smaller number if file size matters more than fidelity. Current REAPER includes the MP3 encoder, so this just works. If you are on a very old build and see a “LAME unavailable” message, updating REAPER to the current version is the simplest fix.

Render both at once

The dialog has a Secondary output format option. Turn it on to write a WAV and an MP3 from a single render, for example a WAV to keep and an MP3 to send, without rendering twice.

Loudness and the Normalize option (only for final delivery)

REAPER can normalize the render to a target loudness. Tick Normalize in the dialog and you can normalize to peak, true peak, RMS, or LUFS-I (integrated loudness), with an optional brickwall limit to catch peaks. This is a final-delivery tool, not something to use on rough exports.

If you are publishing music, the streaming services normalize playback loudness for you. As of 2026 Spotify, YouTube, Tidal, and Amazon aim for about -14 LUFS integrated, and Apple Music sits around -16 LUFS. A master near -14 LUFS with true peaks below -1 dBTP plays back sensibly on all of them. The important part to understand: these platforms turn loud masters down, so rendering louder does not make you louder on streaming, it usually just costs you dynamics. For most people the right move is to get the mix sounding good with the master peaking below 0 dBFS, render, and let the platform handle level.

Spoken word is different

Podcasts and voiceovers use their own loudness target, commonly around -16 LUFS, and the workflow differs from music. If that is your project, see how to hit -16 LUFS for a podcast in REAPER rather than the music numbers above.

Render, then actually listen

Click Render (or “Render 1 file”). REAPER writes the file to the folder you chose. Do not skip the last step: open the exported file in a normal player and listen to the start, a loud section, and the end. This is the fastest way to catch a wrong folder, a cut-off tail, a section that clips, or an accidentally muted track before you send it anywhere.

Re-export quickly

Once your settings are dialed in, press Alt+R (Windows) or Option+R (Mac) to render again with the same settings under a new file name, without reopening the whole dialog. Handy when you make a small mix change and need a fresh file.

Exporting separate tracks (stems)

Sometimes you need each track as its own file, for example to hand a song to a mixing engineer. In the Render dialog set Source to Stems (selected tracks), select the tracks you want first, and REAPER writes one file per selected track with that track’s effects included. Match the lengths by keeping Bounds on Entire project so every stem lines up from the same zero point. That is the short version; a full stems workflow (naming, grouping, whether to print effects) is its own topic.

What the file is forFormatStarting settings
Master, archive, or send to an engineerWAV24-bit, project sample rate, no normalize
Email a rough mix or demoMP3320 kbps (or lower for size)
Upload music to streamingWAV or MP3Peaks under -1 dBTP; let the platform normalize
Separate tracks for a mixerWAV stemsSource: Stems, Bounds: Entire project

What rendering will not fix

Exporting is the last step, not a repair tool. It writes down whatever the mix already sounds like.

Takeaway

Rendering is how a REAPER project becomes a file you can share. Open File › Render, keep Source on Master mix, set the bounds and the folder, then pick WAV 24-bit for quality or MP3 320 kbps for sharing. Leave normalize off for rough exports, let streaming platforms handle loudness, and always play the exported file back before you send it.

Sources

  1. Cockos, REAPER User Guide (current version 7.79, released August 17, 2026) - the Render dialog, output formats, sample rate, resample mode, bounds, and Master mix vs Stems source options. reaper.fm/userguide
  2. Reaper Accessibility Wiki, “The render and Consolidate/Export Tracks Dialogs” - render parameters, stems (selected tracks), and the Ctrl+Alt+R / Alt+R shortcuts. reaperaccessibility.com
  3. The REAPER Blog, “New Features in REAPER 6.30 - Render Normalizing and more” - render-time normalize to Peak / True Peak / RMS / LUFS with optional brickwall limiting. reaper.blog
  4. Cockos, “ReaPlugs” - the LAME MP3 encoder is bundled with REAPER (since v5.50), so MP3 rendering needs no extra install. reaper.fm/reaplugs
  5. Streaming loudness targets (2026): Spotify, YouTube, Tidal, and Amazon normalize near -14 LUFS integrated; Apple Music near -16 LUFS; measurement per ITU-R BS.1770. ITU-R BS.1770