From 473b19cf22239c991152a35a39f44dc8b6652548 Mon Sep 17 00:00:00 2001 From: yuniruyuni Date: Wed, 26 Apr 2023 11:54:58 +0900 Subject: [PATCH] fix: public WhisperState from lib --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 1962f92..b4228c4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,6 +13,7 @@ pub use standalone::*; pub use utilities::*; pub use whisper_ctx::WhisperContext; pub use whisper_params::{FullParams, SamplingStrategy}; +pub use whisper_state::WhisperState; pub type WhisperTokenData = whisper_rs_sys::whisper_token_data; pub type WhisperToken = whisper_rs_sys::whisper_token;