Update whisper.cpp

This commit is contained in:
Niko 2023-10-06 21:49:40 -06:00
parent f2d528e3c1
commit 4b45810dca
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B
4 changed files with 36 additions and 1 deletions

View file

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