Skip to content

Commit

Permalink
upgrade to latest coqui version
Browse files Browse the repository at this point in the history
  • Loading branch information
KoljaB committed Nov 7, 2024
1 parent 54d1e1e commit b6e702c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit b6e702c

Please sign in to comment.