Publicly export the VAD structs
This commit is contained in:
parent
1881e94b14
commit
ef095214b7
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ pub use whisper_params::{FullParams, SamplingStrategy, SegmentCallbackData};
|
|||
#[cfg(feature = "raw-api")]
|
||||
pub use whisper_rs_sys;
|
||||
pub use whisper_state::WhisperState;
|
||||
pub use whisper_vad::*;
|
||||
|
||||
pub type WhisperSysContext = whisper_rs_sys::whisper_context;
|
||||
pub type WhisperSysState = whisper_rs_sys::whisper_state;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue