v0.3.45

KoljaB/RealtimeTTSv0.3.45May 4, 2024by KoljaB

AI Summary

Fixed playback stability issues, muted flag functionality, and callback timing.

Key Highlights

  • Fixed string content feeding issue during playback
  • Fixed muted flag for ElevenlabsEngine
  • Adjusted `on_playback_start` callback timing

New Features

  • Playback stability fixes
  • Callback timing adjustment

Full Release Notes

- resolved an issue where feeding `str` content while still playing caused problems.  
  Huge shoutout to [Yokopops](https://github.com/Yokopops) for pointing me to this bug, which was completely under the radar for me.
- fixed #75 (muted flag did not work for the ElevenlabsEngine)
- adjusted `on_playback_start` callback so that it's called before the first chunk plays instead of after