pub fn microphone_open() -> i32
Starts microphone capture (mono f32 ring buffer) after a host permission dialog.
f32
Returns 0 on success. Negative codes: -1 denied, -2 no input device, -3 stream error.
0
-1
-2
-3