//! Desktop audio I/O module.
//!
//! Provides microphone capture, speaker playback, and VAD-driven turn-taking
//! for desktop applications. All types use the `cpal` crate for cross-platform
//! system audio access (CoreAudio on macOS, PipeWire/ALSA/PulseAudio on Linux,
//! WASAPI on Windows).
//!
//! This module is gated behind the `desktop-audio` feature flag.
pub use ;
pub use ;
pub use AudioPlayback;
pub use ;