tauri-plugin-system-audio 0.1.1

Dual audio capture for Tauri 2 — microphone + system audio (WASAPI loopback) with WebRTC AEC3 echo cancellation, resampled to 16 kHz mono PCM for streaming STT.
Documentation
1
2
3
4
5
const COMMANDS: &[&str] = &["start", "stop", "permission_status"];

fn main() {
    tauri_plugin::Builder::new(COMMANDS).build();
}