//! Oto (音) — audio framework for pleme-io applications.
//!
//! Shared audio primitives for music playback and voice communication:
//! - [`AudioDevice`] / [`AudioDeviceProvider`]: output device enumeration and selection
//! - [`Player`] / [`PlaybackState`]: playback state machine with transport controls
//! - [`Queue`] / [`QueueManager`]: ordered playlist with repeat modes
//! - [`AudioCodec`] / [`AudioInfo`]: codec detection and audio metadata
//! - [`VoiceStream`] / [`VoiceState`]: voice capture/transmit state machine
pub use ;
pub use ;
pub use OtoError;
pub use ;
pub use ;
pub use ;