chore: address review comments

This commit is contained in:
Ashot
2025-07-29 18:20:50 +04:00
parent 83b4747196
commit 39b00f5269
5 changed files with 26 additions and 34 deletions

View File

@@ -9,9 +9,9 @@ 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.
- Added Async.ai TTS integration (https://async.ai/)
- `AsyncAITTSService` WebSocket-based streaming TTS with interruption support
- `AsyncAIHttpTTSService` HTTP-based streaming TTS service
- Example scripts:
- `examples/foundational/07ac-interruptible-asyncai.py` (WebSocket demo)
- `examples/foundational/07ac-interruptible-asyncai-http.py` (HTTP demo)