//! Audio processing components.
//!
//! This module contains:
//! - `decoder`: Audio decoder (codes → waveform)
//! - `encoder`: Audio encoder (waveform → codes)
//! - `tokenizer`: High-level tokenizer combining encoder/decoder
//! - `mel`: Mel spectrogram computation
//! - `utils`: Audio I/O utilities