whisper-rs icon indicating copy to clipboard operation
whisper-rs copied to clipboard

whisper fail to load if path contains hebrew

Open thewh1teagle opened this issue 10 months ago • 2 comments

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

thewh1teagle avatar Apr 22 '24 01:04 thewh1teagle

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.

tazz4843 avatar Apr 22 '24 01:04 tazz4843

There's a chance that this reproduce happens because windows terminal doesn't handle the input correctly

thewh1teagle avatar Apr 22 '24 01:04 thewh1teagle

Fixed in https://github.com/ggerganov/whisper.cpp/issues/2052

thewh1teagle avatar Aug 15 '24 21:08 thewh1teagle