BaseOutputTransport: allow setting 10ms output audio chunks

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-01 09:54:16 -07:00
parent 43008c8c5b
commit b40ca391f5
3 changed files with 8 additions and 2 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `TransportParams.audio_out_10ms_chunks` parameter to allow controlling
the amount of audio being sent by the output transport. It defaults to 2, so
20ms audio chunks are sent.
- Added `QwenLLMService` for Qwen integration with an OpenAI-compatible
interface. Added foundational example `14q-function-calling-qwen.py`.