update to latest whisper.cpp
This commit is contained in:
parent
0da39195c0
commit
edac524756
4 changed files with 277 additions and 55 deletions
|
|
@ -35,6 +35,8 @@ pub enum WhisperError {
|
|||
NullPointer,
|
||||
/// Generic whisper error. Varies depending on the function.
|
||||
GenericError(c_int),
|
||||
/// Whisper failed to convert the provided text into tokens.
|
||||
InvalidText,
|
||||
}
|
||||
|
||||
impl From<Utf8Error> for WhisperError {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue