Skip to content

Commit

Permalink
custom installation
Browse files Browse the repository at this point in the history
  • Loading branch information
KoljaB committed Jul 4, 2024
1 parent 66ccebd commit ac16ee0
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
requests==2.32.3
PyAudio==0.2.14
# pyttsx3 is for SystemEngine
pyttsx3==2.90
stream2sentence==0.2.3
azure-cognitiveservices-speech==1.37.0
elevenlabs==1.2.2
tqdm==4.66.4
pydub==0.25.1
openai==1.30.5

# azure-cognitiveservices-speech is for AzureEngine
azure-cognitiveservices-speech==1.38.0

# elevenlabs is for ElevenlabsEngine
elevenlabs==1.3.1

# openai is for OpenAIEngine
openai==1.35.10

# gtts is for GTTSEngine
gtts==2.5.1

# coqui_tts is for CoquiEngine
coqui_tts==0.24.1



# stream2sentence is to quickly convert streamed text into sentences for real-time synthesis
stream2sentence==0.2.3

# pydub is used to convert chunks from mp3 to pcm (for openai tts)
pydub==0.25.1

# pyaudio is for playing chunks over output device
pyaudio==0.2.14

0 comments on commit ac16ee0

Please sign in to comment.