5 lines
335 B
Markdown
5 lines
335 B
Markdown
- Added TTS context tracking system with `context_id` field to trace audio generation through the pipeline.
|
|
- `TTSAudioRawFrame`, `TTSStartedFrame`, `TTSStoppedFrame` now include `context_id`
|
|
- `AggregatedTextFrame` and `TTSTextFrame` now include `context_id`
|
|
- Enables tracking which TTS request generated specific audio chunks
|