services(lmnt): fix example and update README and CHANGELOG

This commit is contained in:
Aleix Conchillo Flaqué
2024-08-29 11:11:24 -07:00
parent be923687fb
commit c0ac5c6ae8
5 changed files with 10 additions and 10 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added new `LmntTTSService` text-to-speech service.
(see https://www.lmnt.com/)
- Added `TTSModelUpdateFrame`, `TTSLanguageUpdateFrame`, `STTModelUpdateFrame`,
and `STTLanguageUpdateFrame` frames to allow you to switch models, language
and voices in TTS and STT services.