diff --git a/requirements.txt b/requirements.txt index 6285702..db7c9ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,16 +2,16 @@ azure-cognitiveservices-speech==1.41.1 # coqui_tts is for CoquiEngine -coqui_tts==0.24.2 +coqui_tts==0.24.3 # elevenlabs is for ElevenlabsEngine -elevenlabs==1.11.0 +elevenlabs==1.12.1 # gtts is for GTTSEngine gtts==2.5.3 # openai is for OpenAIEngine -openai==1.52.2 +openai==1.54.3 # pyttsx3 is for SystemEngine pyttsx3==2.98 @@ -23,4 +23,4 @@ pyaudio==0.2.14 pydub==0.25.1 # stream2sentence is to quickly convert streamed text into sentences for real-time synthesis -stream2sentence==0.2.5 +stream2sentence==0.2.7 diff --git a/setup.py b/setup.py index 9069f1b..55eedc0 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def parse_requirements(filename): setuptools.setup( name="RealTimeTTS", - version="0.4.9", + version="0.4.10", author="Kolja Beigel", author_email="kolja.beigel@web.de", description="Stream text into audio with an easy-to-use, highly configurable library delivering voice output with minimal latency.",