pipecat version
0.0.102
Python version
3.13
Operating System
Mac
Issue description
@filipi87 - I believe #3584 has broken something in the way we aggregate context for the assistant. The sentences that the assistant is speaking is getting jumbled up.
I believe it might be because we are setting self._cumulative_time = 0 every time in run_tts method.
|
self._cumulative_time = 0 |
Reproduction steps
Run a pipeline with ElevenLabsTTSService
Expected behavior
The assistant context should not have jumbled aggregation
Actual behavior
The assistant context has jumbled aggregation
Logs
pipecat version
0.0.102
Python version
3.13
Operating System
Mac
Issue description
@filipi87 - I believe #3584 has broken something in the way we aggregate context for the assistant. The sentences that the assistant is speaking is getting jumbled up.
I believe it might be because we are setting
self._cumulative_time = 0every time inrun_ttsmethod.pipecat/src/pipecat/services/elevenlabs/tts.py
Line 703 in d99a256
Reproduction steps
Run a pipeline with ElevenLabsTTSService
Expected behavior
The assistant context should not have jumbled aggregation
Actual behavior
The assistant context has jumbled aggregation
Logs