wyoming-whisper-rs/src
Yuniru Yuni 9c5aa63e4b
impl Error to improve compatibility
impl std::error::Error for WhisperError to improve error compatibility.
std::error::Error is trait for erorrs and it's standard.
and some of error handling libraries requires Error implemented struct for Result.
for examples: error-stack
2023-04-18 15:54:52 +09:00
..
error.rs impl Error to improve compatibility 2023-04-18 15:54:52 +09:00
lib.rs add changes from whisper.cpp update 2023-04-17 17:57:00 -06:00
standalone.rs update to latest whisper.cpp 2023-02-07 10:04:10 -07:00
utilities.rs Changed convert_stereo_to_mono_audio to return a Result 2023-03-27 11:49:13 -04:00
whisper_ctx.rs add changes from whisper.cpp update 2023-04-17 17:57:00 -06:00
whisper_params.rs add changes from whisper.cpp update 2023-04-17 17:57:00 -06:00
whisper_state.rs add changes from whisper.cpp update 2023-04-17 17:57:00 -06:00