add new params

This commit is contained in:
0/0 2022-12-14 17:11:57 -07:00
parent 491eeeadde
commit f810c63a39
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
2 changed files with 146 additions and 12 deletions

View file

@ -15,3 +15,4 @@ pub use whisper_params::{FullParams, SamplingStrategy};
pub type WhisperTokenData = whisper_rs_sys::whisper_token_data;
pub type WhisperToken = whisper_rs_sys::whisper_token;
pub type WhisperNewSegmentCallback = whisper_rs_sys::whisper_new_segment_callback;
pub type WhisperStartEncoderCallback = whisper_rs_sys::whisper_encoder_begin_callback;