Files
pipecat/changelog/3509.fixed.2.md
Aleix Conchillo Flaqué a787fd9cd8 NVIDIATTSService: process incoming audio frame right away
Process audio as soon as we receive it from the generator. Previously, we were
reading from the generator and adding elements into a queue until there was no
more data, then we would process the queue.
2026-01-20 15:41:05 -08:00

77 B

  • Optimized NVIDIATTSService to process incoming audio frames immediately.