If compiled on a different machine, invoking whisper.cpp might throw an Illegal instruction (core dumped), because it uses unsupported instructions.
We should catch that and inform the user about it. Currently, the functions (e.g. language detection) just returns nothing as if it didn't detect anyhting.
If compiled on a different machine, invoking whisper.cpp might throw an
Illegal instruction (core dumped), because it uses unsupported instructions.We should catch that and inform the user about it. Currently, the functions (e.g. language detection) just returns nothing as if it didn't detect anyhting.