Open source Wispr Flow alternative for Linux — voice dictation for Wayland, X11, Hyprland, Sway, GNOME, KDE with offline whisper.cpp and cloud backends
//! Bottom-screen recording overlay.
//!//! The overlay is optional and currently implemented for wlroots layer-shell
//! compositors such as Hyprland and Sway.
#[cfg(feature ="overlay")]modservice;#[cfg(feature ="overlay")]pubuseservice::spawn_overlay;#[cfg(not(feature ="overlay"))]pub async fnspawn_overlay(_state_rx:tokio::sync::watch::Receiver<crate::State>,
_level_rx:tokio::sync::watch::Receiver<f32>,
_config:crate::OverlayConfig,
){tracing::warn!("overlay feature is disabled at compile time");}