v0.4.55
RealtimeTTS v0.4.55 Release Notes
-
Enhanced OpenAI Engine Initialization:
- Added optional parameters:
instructions,debug,speed,response_format, andtimeout. - Updated available voices to include "ash", "coral", and "sage".
- Note: The
speedandtimeoutparameters are not working at the moment; unclear why - they are being submitted to the API.
- Added optional parameters:
-
Text-to-Stream Improvements:
- Introduced an
error_flagto track errors during playback. - Set the synthesis worker thread as daemon to ensure proper thread termination.
- Introduced an
-
Dependency Update:
- Upgraded the OpenAI package from version 1.66.3 to 1.68.2.