v0.4.11

KoljaB/RealtimeTTSv0.4.11Nov 16, 2024by KoljaB

AI Summary

Linux users benefit from optimized multiprocessing and automatic resampling to handle unsupported audio sample rates.

Key Highlights

  • Fixed multiprocessing spawn method for Linux
  • Automatic resampling if TTS output sample rate is unsupported by sound card
  • Mechanism to prevent stream buffer overflows

New Features

  • Linux multiprocessing spawn method fix
  • Automatic resampling for unsupported sample rates
  • Stream buffer overflow prevention mechanism

Full Release Notes

- optimizations for linux
  - setting multiprocessing spawn start method fix for linux now
  - if tts engine output sample rate is not supported by the sound card the chunks get resampled now
  - mechanism to prevent potential stream buffer overflows added