v0.3.32

KoljaB/RealtimeTTSv0.3.32Dec 4, 2023by KoljaB

AI Summary

Introduced a muted parameter for play methods to disable local audio output and added a set_speed method to CoquiEngine for runtime speed adjustment.

Key Highlights

  • New muted parameter for play methods
  • CoquiEngine set_speed method

New Features

  • Control over local audio playback
  • Dynamic speed adjustment

Full Release Notes

- play methods got muted parameter
  If True, disables audio playback via local speakers (in case you want to synthesize to file or process audio chunks). Default is False.
- CoquiEngine got a set_speed method to change at runtime