Skip to content

v0.4.13

Compare
Choose a tag to compare
@KoljaB KoljaB released this 28 Nov 14:28
· 15 commits to master since this release

RealtimeTTS v0.4.13 Release Notes

πŸš€ New Features

EdgeEngine

  • Introducing EdgeEngine, a free, extremely lightweight, and beginner-friendly engine.
  • Designed for simplicity with no complex dependencies, making it ideal for lightweight projects or newcomers to TTS.

πŸ›  Bug Fixes

  • Resolved ValueError: ('Sample format not supported', -9994) (#221).
  • Fixed RecursionError: maximum recursion depth exceeded (#222).
  • Addressed the requirement to manually install resampy after installing RealtimeTTS.