Skip to content

v0.4.51

Choose a tag to compare

@KoljaB KoljaB released this 17 Mar 23:21
· 155 commits to master since this release

RealtimeTTS v0.4.51 Release Notes

  • added on_word callback to TextToAudioStream that gets called when a word gets played out
    Supported by AzureEngine and english voices of KokoroEngine.
    An instance of class TimingInfo from BaseEngine.py gets submitted as parameter. It carries the members word, start_time and end_time. For examples please look into tests/kokoro_test.py and tests/azure_test.py
WordTimings.mp4