//! Speech provider implementations
//!//! This module contains concrete implementations of the TTS/STT providers.
//! Each provider is feature-gated and can be enabled individually.
#[cfg(feature ="pocket-tts")]pubmodpocket_tts;#[cfg(feature ="parakeet")]pubmodparakeet;