v0.4.14

KoljaB/RealtimeTTSv0.4.14Nov 29, 2024by KoljaB

AI Summary

Enhancements to sentence processing buffer handling ensure better phonetic clarity and resolve word counter reset errors.

Key Highlights

  • Improved buffer handling to start with alphanumeric characters
  • Fixed word counter not resetting after force_first_fragment_after_words trigger
  • Increased default force_first_fragment_after_words threshold to 30

New Features

  • Improved buffer handling for alphanumeric start
  • Fixed word counter reset issue
  • Increased default force_first_fragment_after_words threshold to 30

Full Release Notes

fixes #223 

**Enhancements to Sentence Processing**  
  - Improved buffer handling by ensuring it starts with an alphanumeric character to prevent TTS confusion caused by initial non-phonetic characters.  
  - **Bug Fix:** Resolved an issue where the word counter wasn’t reset after triggering `force_first_fragment_after_words`, causing processing errors.  
  - Increased the default `force_first_fragment_after_words` threshold from 15 to 30 for better fragment control.