-
Notifications
You must be signed in to change notification settings - Fork 246
/
Copy pathrequirements.txt
46 lines (33 loc) · 1.01 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# stream2sentence is the core of RealtimeTTS - it quickly converts streamed text into sentences for real-time synthesis
stream2sentence==0.3.0
# azure-cognitiveservices-speech is for AzureEngine
azure-cognitiveservices-speech==1.42.0
# coqui_tts is for CoquiEngine
coqui_tts==0.25.3
# elevenlabs is for ElevenlabsEngine
elevenlabs==1.51.0
# gtts is for GTTSEngine
gtts==2.5.4
# openai is for OpenAIEngine
openai==1.63.0
# pyttsx3 is for SystemEngine
pyttsx3==2.98
# edge-tts is for EdgeEngine
edge-tts==7.0.0
# kokoro is for KokoroEngine
kokoro==0.7.16
# fugashi is to support japanese language for KokoroEngine
fugashi==1.4.0
jaconv==0.4.0
mojimoji==0.0.13
# pypinyin is to support chinese language for KokoroEngine
pypinyin==1.4.0
ordered_set==4.1.0
jieba==0.42.1
cn2an==0.5.23
# pyaudio is for playing chunks over output device
pyaudio==0.2.14
# pydub is used to convert chunks from mp3 to pcm (for openai tts)
pydub==0.25.1
# resampy is used to resample from the tts to the target device sample rate
resampy==0.4.3