whisper-rs
whisper-rs copied to clipboard
whisper fail to load if path contains hebrew
If the model path / the audio path contains Hebrew characters, eg: בדיקה It crash and won't load. Looks like whisper expects char *path Not sure if we can control it
https://github.com/thewh1teagle/vibe/issues/42
Looking upstream at your issue https://github.com/ggerganov/whisper.cpp/issues/2052 doesn't look like there isn't much we can do, but we can leave this open for whenever upstream fixes it.
There's a chance that this reproduce happens because windows terminal doesn't handle the input correctly
Fixed in https://github.com/ggerganov/whisper.cpp/issues/2052