add safe set_abort_callback
thewh1teagle opened this issue · 0 comments
thewh1teagle commented
Whisper.cpp provides a way to abort the transcription within abort callback (which returns boolean)
Currently there's no safe bindings for using it in whisper-rs
Update:
I added it but I can't use both progress_callback and abort_callback, if I use both then only one of them will be called.