v0.4.1

KoljaB/RealtimeTTSv0.4.1Jun 1, 2024by KoljaB

AI Summary

Enhanced Azure emotions, added speed control to GTTS, and updated the Coqui engine fork.

Key Highlights

  • Added emotions to Azure engine
  • Added speed parameter to GTTSEngine
  • Switched CoquiEngine to Idiap fork
  • Fixed ElevenlabsEngine get_voices method

New Features

  • Azure emotions support
  • GTTS speed parameter
  • Coqui engine fork update
  • Elevenlabs voice retrieval fix

Full Release Notes

- added emotions to azure engine
- added speed parameter to GTTSEngine (usage see [gtts_test.py](https://github.com/KoljaB/RealtimeTTS/blob/master/tests/gtts_test.py))
- switched coquiengine to [Idiap Research Institute](https://github.com/idiap)'s maintained [fork of coqui tts](https://github.com/idiap/coqui-ai-TTS) (thanks!)
- bugfix for ElevenlabsEngine get_voices method