From 6f1df41d839e7f43b9c7d82691d99a20e04af663 Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Wed, 20 Dec 2023 22:14:52 -0500 Subject: [PATCH] fix compilation --- rust-whisper-baked-lib-wasm/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-whisper-baked-lib-wasm/src/lib.rs b/rust-whisper-baked-lib-wasm/src/lib.rs index 585b626..fcf0695 100644 --- a/rust-whisper-baked-lib-wasm/src/lib.rs +++ b/rust-whisper-baked-lib-wasm/src/lib.rs @@ -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| {