//! MLX local inference backend for Apple Silicon.
//!
//! Provides `MlxTtsProvider` and `MlxSttProvider` for on-device TTS and STT.
//! Currently uses `tokenizers` + `hf-hub` for model loading and tokenization.
//! Full Metal GPU inference via `mlx-rs` is planned for a future release.
//!
//! Requires the `mlx` feature flag.
pub use ;
pub use compute_log_mel_spectrogram;
pub use MlxSttProvider;
pub use MlxTtsProvider;