v0.4.5

KoljaB/RealtimeTTSv0.4.5Jul 21, 2024by KoljaB

AI Summary

Upgraded TTS provider libraries and added granular control parameters for sentence boundary detection and fragment processing.

Key Highlights

  • Upgraded TTS provider libraries
  • Added `context_size_look_overhead` parameter
  • Added `fast_sentence_fragment_allsentences` parameter
  • Added `fast_sentence_fragment_allsentences_multiple` parameter

New Features

  • New parameters for sentence boundary detection and fragment processing

Full Release Notes

- upgrade to use the latest libraries of all TTS provider engines
- added some parameters to play method:
  ###### `context_size_look_overhead` (int)
  - **Default**: `12`
  - **Description**: Additional context size for looking ahead when detecting sentence boundaries.
  ###### `fast_sentence_fragment_allsentences` (bool)
  - **Default**: `False`
  - **Description**: When set to `True`, applies the fast sentence fragment processing to all sentences, not just the first one.
  ###### `fast_sentence_fragment_allsentences_multiple` (bool)
  - **Default**: `False`
  - **Description**: When set to `True`, allows yielding multiple sentence fragments instead of just a single one.