Publicly export the VAD structs

This commit is contained in:
Niko 2025-07-30 17:38:15 -07:00
parent 1881e94b14
commit ef095214b7
No known key found for this signature in database

View file

@ -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;