fix compilation
This commit is contained in:
@@ -26,6 +26,7 @@ pub fn new_transcriber(
|
|||||||
stream_tail: stream_tail.unwrap_or(0.5),
|
stream_tail: stream_tail.unwrap_or(0.5),
|
||||||
wav: None,
|
wav: None,
|
||||||
debug: false,
|
debug: false,
|
||||||
|
stream_device: None,
|
||||||
};
|
};
|
||||||
let (send, recv) = std::sync::mpsc::sync_channel(100);
|
let (send, recv) = std::sync::mpsc::sync_channel(100);
|
||||||
rust_whisper_baked_lib::channel(flags, |result| {
|
rust_whisper_baked_lib::channel(flags, |result| {
|
||||||
|
|||||||
Reference in New Issue
Block a user