The Complete Guide to DAW Audio Settings | Optimizing Latency & Buffer Size
How to Eliminate Audio Latency in Your DAW
"Why does my monitoring signal sound delayed while I'm recording?" "Why does the note I just played feel like it fires a split second late?" — Latency is one of the most common frustrations in music production. In this guide, we'll walk through everything you need to know: how buffer size works, how to configure it step by step, and how to tackle the specific latency challenges that come with browser-based DAWs. By the time you finish reading, you'll know exactly how to dial in the right audio settings for your setup.
What Is Latency — and Why Does It Happen?
Latency is the delay between when audio enters your system and when you actually hear it back. It's measured in milliseconds (ms). As a general rule of thumb, anything under 10ms is imperceptible during performance, while 20ms and above starts to feel noticeably off.
There are three main causes of latency:
- Buffer size: The chunk of audio data your DAW processes at one time. Larger buffers mean more stability but more delay.
- Audio driver type: On Windows, standard drivers like MME and DirectSound introduce significant latency. ASIO and WASAPI are far more efficient.
- CPU load and sample rate: The heavier the processing demands, the larger the buffer needs to be to avoid glitches — which increases latency.
For example, at 48,000 Hz with a buffer size of 512 samples, the theoretical one-way latency is around 10.7ms. Round-trip (input + output), that's roughly 21ms — enough to feel like your playing and what you hear are out of sync.
Buffer Size Basics: Your Optimal Setting Changes Depending on the Task
Buffer size is a classic trade-off: smaller means lower latency, larger means greater stability. Knowing when to use each setting is second nature to experienced producers.
Recording and Live Playing (Minimize Latency)
- Recommended buffer size: 64–128 samples
- Expected latency at 48kHz: approximately 1.3–2.7ms (one-way)
- Note: Lower buffers put more strain on your CPU, which can cause audio dropouts and crackling.
Mixing and Editing (Reduce CPU Strain)
- Recommended buffer size: 512–1024 samples
- Handles heavy plugin loads smoothly and reliably
- Since you're not playing in real time, the extra latency doesn't matter
Offline Bouncing/Export
- You can safely set the buffer to its maximum (2048 samples or higher)
- No real-time monitoring required, so prioritize render speed over latency
How to Access Audio Settings in Major DAWs
Here's where to find audio settings in the most popular DAWs. If you're just getting started, this is the first place to look.
Ableton Live
- Go to Options → Preferences in the menu bar
- Click the Audio tab
- Set Driver Type to ASIO and select your audio interface
- Adjust Buffer Size and click Test to verify it's working
Cubase / Nuendo
- Go to Studio → Studio Setup
- Under VST Audio System, choose your ASIO driver
- Click Control Panel to open your interface's buffer settings
GarageBand (Mac)
- Go to GarageBand → Preferences → Audio/MIDI
- Set your audio interface under Audio Input/Output
- Adjust the Buffer Size slider (Core Audio handles most optimization automatically)
FL Studio
- Go to Options → Audio Settings
- Select your ASIO device from the Device dropdown
- Drag the Buffer length slider to the left for lower latency
Dramatically Reduce Latency on Windows: ASIO Driver Setup
On Windows, the single biggest improvement you can make is switching to an ASIO driver. The default MME and DirectSound drivers can introduce well over 100ms of latency. With ASIO, getting under 10ms is completely standard.
If You Have an Audio Interface
Most major manufacturers — Focusrite, MOTU, Universal Audio, and others — provide their own ASIO drivers. Simply download the latest driver from the manufacturer's website and install it. Your DAW will automatically detect it as an ASIO device.
No Audio Interface? Use ASIO4ALL
If you're working with your computer's built-in sound card, the free universal ASIO driver ASIO4ALL is a solid option. After installing it, select ASIO4ALL as your driver in your DAW and set the buffer size to 128–256 samples. It won't match a dedicated interface driver, but it's a massive step up from MME.
Mac Audio Settings and Core Audio Optimization
On Mac, Core Audio is already optimized for low-latency performance out of the box, so you don't need to jump through as many hoops as on Windows. That said, check the following:
- Disable Energy Saver throttling: Go to System Settings → Battery → enable High Power mode when plugged in
- Disconnect Bluetooth audio devices: Bluetooth headphones can shift the system's internal sample rate, causing dropouts and added latency
- Match sample rates: Open the Audio MIDI Setup app and make sure your interface's sample rate matches what's set in your DAW
Reducing Latency in Browser-Based DAWs: How Web Audio Works
Browser-based DAWs have surged in popularity thanks to zero-install convenience and cross-platform compatibility — but "the audio feels laggy" is a complaint you'll hear often. Here's why it happens and what you can do about it.
Why Browser DAWs Tend to Have Higher Latency
Browsers process audio through the Web Audio API, but Chrome, Firefox, and others impose restrictions on audio context initialization for security reasons — and crucially, they can't directly access your system's ASIO drivers. This means buffer size control is far less granular than in a native DAW, and default latency can easily sit in the 50–100ms range.
How to Reduce Latency in a Browser DAW (Chrome Recommended)
- Use Chrome: Chrome's Web Audio implementation is more latency-optimized than Firefox's
- Enable hardware acceleration: Go to chrome://settings → System → turn on Use hardware acceleration when available
- Take advantage of WebGPU: In DAWs that support WebGPU, AI processing and DSP tasks can be offloaded to the GPU, reducing CPU load and allowing for smaller buffers
- Close unnecessary tabs: All browser tabs compete for the same CPU and memory — closing extras can make a noticeable difference
- Use an audio interface: Routing through a dedicated interface consistently produces lower latency than using built-in speakers or a headphone jack
For example, in a browser DAW like LA Studio, you can open Audio Settings from the LA menu at the top of the editor and manually adjust buffer size and sample rate. A good rule of thumb: use a smaller buffer when recording or playing live, and switch to a larger buffer when running AI-powered features like vocal removal or stem separation.
Latency Still Not Fixed? Work Through This Checklist
If you've adjusted your settings and still can't get latency under control, go through the following one by one:
- ☐ Sample rate mismatch: If your DAW and audio interface are set to different sample rates, the OS will resample on the fly — adding latency and degrading quality. Lock both to 48kHz (or 44.1kHz).
- ☐ USB hub connection: Plug your audio interface directly into a USB port on your computer. Hubs add communication overhead.
- ☐ Outdated driver: Check your interface manufacturer's website for driver updates.
- ☐ Windows power plan set to Power Saver: Switch to High Performance or Ultimate Performance.
- ☐ Background apps hogging CPU: Antivirus software and cloud sync tools like OneDrive or Dropbox can spike CPU usage mid-recording.
- ☐ Insufficient RAM: 16GB is a comfortable baseline for modern DAW work. With 8GB or less, your system may resort to disk swapping, which tanks performance.
Choosing a Sample Rate: 44.1kHz vs. 48kHz vs. 96kHz
Sample rate is another setting that sparks plenty of debate.
- 44.1kHz: The standard for music — it's what CDs use, and most streaming platforms accept it natively. The majority of plugins are optimized for this rate.
- 48kHz: The standard for video, broadcast, and games. If you're delivering audio to YouTube, Netflix, or any video production pipeline, 48kHz is the safe choice.
- 96kHz / 192kHz: Used in high-end recording, but CPU and storage demands roughly double or quadruple. You'll often need larger buffers to compensate — which can actually increase latency rather than reduce it.
For most producers, starting at 44.1kHz or 48kHz at 24-bit is the right call. Reserve 96kHz and above for situations where you have a clear, specific reason to use it.
Best Practices from Professional Engineers
Here's how experienced audio engineers actually manage their DAW settings in practice:
- Develop the habit of switching buffer sizes between recording and mixing: Use 128 samples when tracking, 512–1024 when mixing. This one habit alone eliminates most latency issues.
- Use your interface's direct monitoring feature: This routes your input signal directly to your headphones, bypassing the DAW entirely — giving you true zero-latency monitoring regardless of your buffer settings.
- Lock in your sample rate at the start of a project: Changing it mid-project means every audio file needs to be resampled.
- Be mindful of your plugin count: Piling on plugins — especially CPU-heavy reverbs and convolution processors — can overwhelm your buffer no matter how large it is. Save the heavy processors for the later stages of your mix.
Latency issues are highly dependent on your specific setup, so the real fix is an iterative process: lower the buffer → hear dropout → raise it slightly → find the sweet spot. For further reference, Focusrite's official latency guide and the W3C Web Audio API specification are both worth bookmarking.
Frequently Asked Questions
Q. I lowered my buffer size and now I'm getting audio dropouts. What should I do?
A. Smaller buffers demand more from your CPU, which can cause buffer underruns — the technical term for those clicks and pops. Try stepping the buffer back up slightly (e.g., 64 → 128 samples). If dropouts persist, close background applications, switch your Windows power plan to High Performance, and disable any plugins you don't need during tracking. If none of that helps, it may be time to upgrade your audio interface or your machine's specs.
Q. Which browser has the lowest latency for recording in a browser-based DAW?
A. Right now, Google Chrome (or Microsoft Edge, which shares the same Blink engine) leads the pack for Web Audio latency optimization. Safari has improved significantly since version 16.4, but its Web Audio implementation still differs meaningfully from Chrome's. Firefox is stable but tends to fall behind Chrome for low-latency recording scenarios.
Q. Can I reduce DAW latency without an audio interface?
A. Yes, to a degree. On Windows, installing ASIO4ALL lets you use an ASIO driver with your built-in sound card. On Mac, you can lower the buffer size in Core Audio settings. That said, built-in audio hardware has physical limitations, and you'll hit a ceiling quickly. An entry-level audio interface — like the Focusrite Scarlett Solo or Behringer UMC22 — is a more permanent solution and doesn't have to break the bank.
Q. Does a higher sample rate actually improve audio quality?
A. In theory, 96kHz and above captures more information at the extreme high end of the frequency spectrum — but that range is largely beyond human hearing (20Hz–20kHz). In practice, most listeners can't distinguish 96kHz audio from 48kHz in a blind test. Meanwhile, higher sample rates bring real downsides: heavier CPU load, larger file sizes, and potential buffer constraints that can actually increase latency. 24-bit audio at 44.1kHz or 48kHz delivers excellent quality for virtually any production context.
Q. I restarted my DAW but latency didn't improve. Should I restart my whole computer?
A. Yes — a full system restart is worth trying, especially after installing driver updates or after a long session where background processes have piled up. For a more permanent fix, many professional engineers create a dedicated Windows user account for music production, configured to run only the essential applications. Starting each session in that clean environment minimizes the variables that can silently eat into your performance.