The llama.cpp project released build b10326, which modifies how timing measurements are calculated by including the vocoder pass.
- The update ensures that `get_output` runs the waveform work deferred by the pipeline, measuring it from a single trailing window to a full pass depending on the model.
- This change keeps the reported total time and the audio-to-process ratio accurate.
- Binaries are available for macOS (Apple Silicon and Intel), iOS, Linux (CPU, Vulkan, ROCm, OpenVINO, SYCL), Android, Windows (CPU, OpenCL, CUDA 12/13, Vulkan, OpenVINO, SYCL, HIP), and openEuler.
The modification improves the honesty of performance metrics by ensuring that audio processing overhead is correctly accounted for in the reported timings.