Update whisper.cpp
This commit is contained in:
parent
f2d528e3c1
commit
4b45810dca
4 changed files with 36 additions and 1 deletions
|
|
@ -24,3 +24,5 @@ pub type WhisperNewSegmentCallback = whisper_rs_sys::whisper_new_segment_callbac
|
|||
pub type WhisperStartEncoderCallback = whisper_rs_sys::whisper_encoder_begin_callback;
|
||||
pub type WhisperProgressCallback = whisper_rs_sys::whisper_progress_callback;
|
||||
pub type WhisperLogitsFilterCallback = whisper_rs_sys::whisper_logits_filter_callback;
|
||||
pub type WhisperAbortCallback = whisper_rs_sys::whisper_abort_callback;
|
||||
pub type WhisperLogCallback = whisper_rs_sys::whisper_log_callback;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue