fix compilation
parent
5c34112c0c
commit
6f1df41d83
|
|
@ -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| {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue