v0.4.49

KoljaB/RealtimeTTSv0.4.49Mar 9, 2025by KoljaB

AI Summary

Introduces a speed control parameter to the KokoroEngine, allowing users to adjust the playback rate of the TTS output.

Key Highlights

  • New `default_speed` parameter for KokoroEngine
  • Method `engine.set_speed(speed: float)`
  • Reference to GitHub issue #271

New Features

  • Speed control for KokoroEngine

Full Release Notes

# RealtimeTTS v0.4.49 Release Notes

- added speed parameter for KokoroEngine  
  KokoroEngine takes a default_speed parameter and it can be set with engine.set_speed(speed: float).
- #271