fix compilation

This commit is contained in:
Bel LaPointe
2023-12-20 22:14:52 -05:00
parent 5c34112c0c
commit 6f1df41d83

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| {