feat(audio): prefer native voice backends
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
//!
|
||||
//! This file replaces the cpal output path on Linux only. The
|
||||
//! capture path stays on cpal until we have a reason to swap it
|
||||
//! (the user reports outbound is currently fine). Windows /
|
||||
//! macOS continue to use cpal because cpal's WASAPI and
|
||||
//! CoreAudio backends do not have this problem.
|
||||
//! (the user reports outbound is currently fine). Windows continues
|
||||
//! to use cpal's WASAPI backend; Apple platforms use direct
|
||||
//! VoiceProcessingIO AudioUnits for the voice path.
|
||||
//!
|
||||
//! ## Threading & lifecycle
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user