//! Apple `AudioToolbox` codec surface.
//!
//! Two pipelines share `AudioConverter` for PCM output:
//! - fMP4 AAC-LC / FLAC over HLS: container parsed by
//! `crate::fmp4::Fmp4SegmentDemuxer`, frames decoded by [`AppleCodec`].
//! - Standalone WAV / MP3 / ALAC: container parsed via `AudioFileServices`
//! ([`audio_file::AppleAudioFile`]), frames decoded by [`AppleCodec`].
//! No Symphonia required.
pub
pub
pub
pub
pub
pub
pub use AppleAudioFileDemuxer;
pub use AppleCodec;