tazz4843 / whisper-rs

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

Feat/new segment callback #153

Closed thewh1teagle closed 1 month ago

thewh1teagle commented 1 month ago

Depends on https://github.com/tazz4843/whisper-rs/pull/142

Add new segment safe callback. Used for getting segments in realtime.

Improved version of whisper-rs/pull/97

And I already use it in the project Vibe

tazz4843 commented 1 month ago

Seems like GitHub isn't showing the proper reference and thus the diff is full of unrelated changes, you should update this PR to the latest from this repo.

thewh1teagle commented 1 month ago

Updated and tested