1 2 3 4 5 6
mod mic; mod model; mod service; pub use model::{CurrentWiredModel, WiredModelPaths}; pub use service::DesktopSherpaAsrService;