Add Google TTS

This commit is contained in:
Mark Backman
2024-09-26 13:03:46 -04:00
parent 55a70cde8f
commit 830d2df671
5 changed files with 312 additions and 10 deletions

View File

@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added Google TTS service and corresponding foundational example `07n-interruptible-google.py`
- Added AWS Polly TTS support and `07m-interruptible-aws.py` as an example.
- Added InputParams to Azure TTS service.