tazz4843/whisper-rs

add safe set_abort_callback

Closed this issue · 0 comments

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.