Files
WhisperLive/whisper_live
ianwh02 89466f7b77 Fix NoneType crash in _process_single when VAD filters all audio
When VAD removes all speech from an audio chunk, transcriber.transcribe() returns (None, info). Calling list(None) raises TypeError. The _process_multi path already handles this case; this aligns _process_single to match.
2026-03-11 16:48:23 +00:00
..
2023-08-02 16:13:42 +08:00
2025-05-15 10:25:17 +05:30
2025-01-13 11:37:58 +00:00