pub async fn start_system_audio_capture() -> Result<(), String>
Async helper: start the system-audio session. Returns Ok(()) or Err(message) where the message is the SCK error description.
Ok(())
Err(message)