wyoming-whisper-rs/src
Daniel Müller c611475bdf
Adjust WhisperState::full() to return () on success
It makes no sense for WhisperState::full() to return an int: the only
possible returned value is 0. Hence, it adds no information whatsoever.
Worse yet, it is confusing everyone using the method. Just return
nothing on success.
2025-10-24 08:55:08 -07:00
..
whisper_state Adjust WhisperState::full() to return () on success 2025-10-24 08:55:08 -07:00
common_logging.rs Exposing GGMLLogLevel for custom log callbacks (#203) 2025-02-21 22:23:21 +00:00
error.rs Merge branch 'master' of github.com:/tazz4843/whisper-rs 2024-03-18 18:57:50 -06:00
ggml_logging_hook.rs Make logging generic across backends and simplify the code 2025-02-10 14:02:19 -07:00
lib.rs Add a quick entrypoint to the root docs 2025-08-13 01:42:49 -07:00
standalone.rs Fix up tests 2025-09-29 13:07:15 -07:00
utilities.rs Use as_chunks in favour of chunks_exact in convert_stereo_to_mono_audio 2025-09-29 13:23:08 -07:00
vulkan.rs Fix wrong type on aarch64 2025-07-04 12:23:47 +02:00
whisper_ctx.rs Split out any functions that return a CStr or similar object into three returning all unique types of possible return value 2025-08-15 23:37:43 -07:00
whisper_ctx_wrapper.rs Remove unused import 2025-09-29 12:40:30 -07:00
whisper_grammar.rs fix: accurate cfg attr per gnu and windows 2024-01-09 03:27:43 +02:00
whisper_logging_hook.rs Make logging generic across backends and simplify the code 2025-02-10 14:02:19 -07:00
whisper_params.rs Fix up tests 2025-09-29 13:07:15 -07:00
whisper_vad.rs Implement Send + Sync for WhisperVadContext 2025-09-10 19:15:58 -07:00