Tidying up the Hume example and service

This commit is contained in:
Mark Backman
2025-10-02 17:34:40 -04:00
parent ad2adb0c58
commit 60604a9449
3 changed files with 29 additions and 9 deletions

View File

@@ -9,9 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `HumeTTSService` for text-to-speech synthesis using Hume AI's expressive voice models.
Provides high-quality, emotionally expressive speech synthesis with support for various voice models.
Includes example in `examples/foundational/07ad-interruptible-hume.py`.
- Added `HumeTTSService` for text-to-speech synthesis using Hume AI's
expressive voice models. Provides high-quality, emotionally expressive speech
synthesis with support for various voice models. Includes example in
`examples/foundational/07ad-interruptible-hume.py`.
- Added `hume` optional dependency group for Hume AI TTS integration.