Problem
An audio device changes sample rate after another application opens it, causing clicks or drift.
Solution
Root Cause / Diagnostic:
Operating system shared audio drivers re-sample audio hardware on the fly when a secondary application requests a conflicting sample rate (e.g., 44.1 kHz vs 48.0 kHz). This mismatch forces buffer underruns, digital popping/clicking, and progressive timing drift during live streaming.
Actionable Fix:
1. Lock all physical and virtual audio hardware to a unified 48.0 kHz sample rate in the OS Sound Control Panel (Properties -> Advanced -> 24-bit, 48000 Hz Studio Quality).
2. Uncheck "Allow applications to take exclusive control of this device" in the Windows audio advanced device properties to prevent external programs from hijacking clock rates mid-stream.
3. Verify that the streaming software (OBS: Settings -> Audio -> Sample Rate; vMix: Audio Settings) is explicitly set to 48 kHz, matching every connected capture card and microphone interface.
Pro Tip:
For critical broadcast workstations, utilize professional ASIO drivers instead of generic WDM/WASAPI; ASIO provides hardware-locked clock stability and completely isolates the professional audio pipeline from consumer OS audio engine sample rate changes.
Operating system shared audio drivers re-sample audio hardware on the fly when a secondary application requests a conflicting sample rate (e.g., 44.1 kHz vs 48.0 kHz). This mismatch forces buffer underruns, digital popping/clicking, and progressive timing drift during live streaming.
Actionable Fix:
1. Lock all physical and virtual audio hardware to a unified 48.0 kHz sample rate in the OS Sound Control Panel (Properties -> Advanced -> 24-bit, 48000 Hz Studio Quality).
2. Uncheck "Allow applications to take exclusive control of this device" in the Windows audio advanced device properties to prevent external programs from hijacking clock rates mid-stream.
3. Verify that the streaming software (OBS: Settings -> Audio -> Sample Rate; vMix: Audio Settings) is explicitly set to 48 kHz, matching every connected capture card and microphone interface.
Pro Tip:
For critical broadcast workstations, utilize professional ASIO drivers instead of generic WDM/WASAPI; ASIO provides hardware-locked clock stability and completely isolates the professional audio pipeline from consumer OS audio engine sample rate changes.