tazz4843 / whisper-rs

Rust bindings to https://github.com/ggerganov/whisper.cpp
The Unlicense
607 stars 105 forks source link

whisper fail to load if path contains hebrew #139

Open thewh1teagle opened 2 months ago

thewh1teagle commented 2 months ago

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

tazz4843 commented 2 months ago

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.

thewh1teagle commented 2 months ago

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