]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
tts: account for the vocoder pass in the timings line (#26733)
authorPascal <redacted>
Fri, 7 Aug 2026 20:35:52 +0000 (22:35 +0200)
committerGitHub <redacted>
Fri, 7 Aug 2026 20:35:52 +0000 (22:35 +0200)
commit3653e6d6d547ec763317d9ecd0ace334a7e21359
treeb2cd1e0aa9b6eb4cd1b8fec5fc39d439d88f3f6f
parentfc6545d322a9ea6643f77439b31b66f403ba2cad
tts: account for the vocoder pass in the timings line (#26733)

get_output runs the waveform work the pipeline defers to it, from a
single trailing window to a full pass depending on the model. Measuring
it keeps the reported total and the audio to process ratio honest.
tools/tts/tts.cpp