update upstream whisper.cpp and fix breaking changes
This commit is contained in:
parent
4ccd746949
commit
1632ac11fe
10 changed files with 657 additions and 402 deletions
|
|
@ -10,6 +10,7 @@ pub use error::WhisperError;
|
|||
pub use standalone::*;
|
||||
pub use utilities::*;
|
||||
pub use whisper_ctx::WhisperContext;
|
||||
pub use whisper_params::{DecodeStrategy, FullParams};
|
||||
pub use whisper_params::{FullParams, SamplingStrategy};
|
||||
|
||||
pub type WhisperToken = std::ffi::c_int;
|
||||
pub type WhisperNewSegmentCallback = whisper_rs_sys::whisper_new_segment_callback;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue