Skip to main content

list_microphones

Function list_microphones 

Source
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.