alpaca-core / ac-local

Alpaca Core local inference SDK
MIT License
1 stars 0 forks source link

whisper: Crash during transcribe on empty input #65

Closed pminev closed 1 week ago

pminev commented 2 months ago

We caught it during testing with empty data.

For now we have a guard if the audio data is empty in the method itself. It's worth checking why the crash happens in whisper.cpp. Maybe we're doing something wrong?