]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper : fix incorrect timestamps, usually near silences (#2279)
authorBjarke Viksøe <redacted>
Sun, 10 May 2026 14:24:12 +0000 (16:24 +0200)
committerGitHub <redacted>
Sun, 10 May 2026 14:24:12 +0000 (17:24 +0300)
commitc33c5618b72bb345df029b730b36bc0e369845a3
tree3ca55433eed6c7625e70e1cfd909824b311d8726
parentc81b2dabbc45484dee2ca6658cfe39c841df5c70
whisper : fix incorrect timestamps, usually near silences (#2279)

* Incorrect timetstamps

Fixes #2271

- Adds consecutive timestamps after end of last segment as the new starting ts
- Add these timestamp to output when "print-special" enabled
- Fixes fflush usage in live reporting

I was not able to test this with the special "token_timestamps" option.

* Skip initial timestamp
src/whisper.cpp