fix compilation

master
Bel LaPointe 2023-12-20 22:14:52 -05:00
parent 5c34112c0c
commit 6f1df41d83
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ pub fn new_transcriber(
stream_tail: stream_tail.unwrap_or(0.5),
wav: None,
debug: false,
stream_device: None,
};
let (send, recv) = std::sync::mpsc::sync_channel(100);
rust_whisper_baked_lib::channel(flags, |result| {