Audio issues on Remio cluster into four buckets: silent sessions (no audio at all), crackling and dropouts (buffer underrun), drift (sample-rate mismatch), and echo or feedback (audio loop). Each has a well-defined cause and a fast fix. Work through this guide top-down — the most common symptom is at the top.
Overview
Remio's audio path runs from host capture (CoreAudio on Mac, WASAPI loopback on Windows) through Opus encoding, the same AES-256-GCM data channel as video, to the client OS audio output. Every link in that chain has a known failure mode, and each maps to a setting you can change. Before you dive in, confirm the basics: Capture System Audio is on, the host has macOS Screen Recording permission, and the client output volume is up.
Prerequisites
- Audio routing configured — read the audio routing guide first if you haven't enabled capture yet.
- Active streaming session — most audio settings only appear during a live session.
- Both ends updated — older client versions might lack the audio renegotiation logic added in 2026-04.
-
01
Silent session — no audio at all
If the stream is playing video but you hear nothing, walk through these in order.
- Capture toggle — open host preferences and confirm Capture System Audio is on. The toggle defaults to off on every fresh install.
- macOS Screen Recording — Apple gates audio capture behind the same permission as screen capture. Open System Settings → Privacy & Security → Screen & System Audio Recording, toggle Remio Host on, then relaunch the host. Without this, you'll see video but get total silence.
- Client output — tap the audio icon in the in-session toolbar and confirm an output device is selected. On iPhone, also check the silent-mode switch on the side of the device — Remio respects ringer mute.
- Source app picked — if you're using per-app routing, make sure the application you picked is actually producing audio. The dropdown only lists currently-active sources.
- Aggregate device installed (macOS) — open Audio MIDI Setup (in Applications/Utilities) and confirm Remio Audio appears in the device list. If it doesn't, the driver install was blocked — reinstall the host and approve any kernel-extension prompts.
-
02
Crackling, popping, dropouts
These are almost always buffer underrun — the client renderer ran out of audio frames to play and either skipped silence or repeated the previous frame, both of which sound like a pop.
- Disable Low-Latency Mode — the toggle in host preferences. Off, the buffer grows to ~40 ms and absorbs jitter. On weak networks this single change usually fixes it.
- Move closer to the access point — 5 GHz Wi-Fi falls off rapidly with distance. One room away is usually fine; three rooms away or behind walls will start to drop packets.
- Switch off Bluetooth output — Bluetooth audio has its own buffer. Combined with Low-Latency Mode on Remio, the two buffers can fight. Try wired headphones or USB-C output if Bluetooth pops.
- Drop the video bitrate — audio shares the channel with video. If video is saturating the link, audio loses frames first. Lower video resolution to 1080p and audio cleans up.
- Check the network type — open the in-session stats overlay. If you see
conn=relaywith high RTT, you're on TURN; latency variance is naturally higher and audio buffer needs to be larger.
RULE OF THUMB
If crackling appears only during video-heavy moments (scrolling, animations), the link is capped. If it's constant, it's likely buffer or Bluetooth.
-
03
Audio drifting out of sync with video
If audio starts in sync and slowly slides ahead or behind video over many minutes, the host and client audio clocks are running at slightly different rates. This is a sample-rate mismatch problem.
- Force 48 kHz on both ends — in host preferences set the sample rate to 48 kHz. On macOS clients, open Audio MIDI Setup and confirm the output device is also at 48 kHz. Mismatched rates introduce resampling that drifts.
- Restart the session — any change to the sample rate takes effect on the next connection. Disconnect and reconnect.
- Long sessions on cellular — cellular clock skew can introduce drift over hours. Reconnect to reset the clock alignment; modern builds re-sync every keyframe but a fresh handshake is the cleanest reset.
- Check macOS aggregate device rate — if you use Remio Audio alongside other audio devices in an aggregate, the rate is forced by macOS to match all members. Set every member device to the same rate in Audio MIDI Setup.
-
04
Echo, feedback, or doubled audio
This happens when audio plays through speakers on both host and client at the same time. Examples: streaming the host's Zoom meeting while sitting next to the host, or running mic passthrough while both ends play through speakers.
- Wear headphones on one side — the simplest fix. Headphones on the host or client end the loop immediately.
- Mute the host's speakers — open the host's volume control and mute. The session audio still flows to the client; only the local playback is silenced.
- Use per-app routing — instead of System Audio, route only the application that needs to be streamed. Notifications, music players, and other system sounds stay on the host's speakers.
- Disable mic passthrough if you don't need it — mic passthrough creates an extra audio path that can amplify echo if both ends have open mics.
-
05
Mic passthrough not working
If Remio Microphone appears on the host but apps can't hear anything from it, the client's mic permission is the most likely cause.
- Client OS microphone permission — on iPhone/iPad open Settings → Privacy & Security → Microphone, toggle Remio Client on. On macOS the same setting lives in System Settings. Quit and relaunch the client after granting.
- Host app picked the right input — in Zoom, Discord, OBS or any other app, the input dropdown often defaults to the built-in mic. Pick Remio Microphone explicitly.
- Mic actually capturing on client — open a voice memo app on the client and confirm the device's mic works locally. Hardware faults are rare but happen.
- Re-enable passthrough — toggle Microphone Passthrough off and on in host preferences. This re-registers the virtual input device.
# Mic passthrough diagnostic order client → check OS mic permission for Remio Client client → test mic in a local voice memo app host → toggle Microphone Passthrough off, then on host → in target app, pick "Remio Microphone" from input dropdown test → speak into client; level should appear in host app
Advanced diagnostics
If none of the steps above resolve it, the stats overlay in the client surfaces lower-level numbers. Open the toolbar, tap the stats icon, and look for these fields:
- audio_jitter_ms — should be under 10 ms on LAN, under 30 ms on TURN. Higher values point to network instability.
- audio_loss_pct — should be 0 to 0.5% on a healthy link. Anything above 1% explains crackle.
- audio_buffer_ms — current renderer buffer depth. Should stay stable; if it shrinks toward 0 and pops, the underrun is real.
- audio_rate_hz — confirms the negotiated sample rate. Mismatched values here mean drift is inevitable.
If you still can't resolve the issue, attach those numbers when you contact support — they cut the diagnostic loop in half.
Audio troubleshooting FAQ
Why is my Remio session silent?
Three causes account for nearly every silent session: Capture System Audio is off on the host, the macOS Screen Recording permission was never granted (Mac hosts cannot capture audio without it), or the client output device is muted. Walk through each in order.
How do I fix audio crackling on Remio?
Crackling is almost always buffer underrun. Disable Low-Latency Mode in host preferences to expand the buffer, or move the client closer to the Wi-Fi access point. On Bluetooth output, try a wired connection — Bluetooth audio adds its own buffer that can clash with Low-Latency Mode.
Audio is drifting out of sync with video — what causes that?
Drift is sample-rate mismatch between host and client clocks. Force both ends to 48 kHz in host preferences, restart the session, and the drift will reset. Long sessions on cellular sometimes drift due to clock skew; reconnecting realigns them.
Why does my Mac host show no audio capture device?
The Remio Audio aggregate device failed to install. Open Audio MIDI Setup, check the device list, and if Remio Audio is missing, reinstall the host. macOS sometimes blocks the installer on first run — Approve in System Settings → Privacy & Security if you see a denial.
Can I use AirPods on the client without lag?
Yes, with caveats. AirPods add ~120 ms of Bluetooth latency on top of Remio's pipeline. For media playback this is fine. For games or live music, switch to a wired connection or USB-C headphones — the wired path keeps round-trip latency under 20 ms.
I hear an echo on voice calls — how do I fix it?
Echo happens when the same audio plays through speakers on both host and client. Wear headphones on at least one side, or mute the host speakers and let the client carry playback. Modern voice apps include echo cancellation but it cannot handle a full client-host loop reliably.