chore: address review comments

This commit is contained in:
Ashot
2025-07-28 17:39:23 +04:00
parent a13b954415
commit 83b4747196
7 changed files with 44 additions and 47 deletions

View File

@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- **async.aiTTS integration** (https://async.ai/)
- `AsyncAITTSService` streaming / interruptible TTS over WebSocket.
- `AsyncAIHttpTTSService` streaming TTS over HTTP.
- Example scripts:
- `examples/foundational/07ac-interruptible-asyncai.py` (WebSocket demo)
- `examples/foundational/07ac-interruptible-asyncai-http.py` (HTTP demo)
- Added a new TTS service, `InworldTTSService`. This service provides
low-latency, high-quality speech generation using Inworld's streaming API.