pub async fn list_microphones() -> Vec<MicrophoneView>Expand description
Async helper: list every microphone the OS exposes.
Returns an empty Vec when running outside Tauri (plain
trunk serve browser preview), or when no mics are attached.
pub async fn list_microphones() -> Vec<MicrophoneView>Async helper: list every microphone the OS exposes.
Returns an empty Vec when running outside Tauri (plain
trunk serve browser preview), or when no mics are attached.