aarnphm / whispercpp

Pybind11 bindings for Whisper.cpp
Apache License 2.0
322 stars 57 forks source link

perf: improve transcribe runtime #11

Closed aarnphm closed 1 year ago

aarnphm commented 1 year ago

Signed-off-by: Aaron 29749331+aarnphm@users.noreply.github.com

What does this PR address?

Improve transcribe performance by only attach element per new segment.

Before submitting