pydub in requirements.txt added
This commit is contained in:
parent
727e23d045
commit
de0108d57c
|
|
@ -24,6 +24,10 @@ pyttsx3>=2.90
|
||||||
# gTTS: Google Text-to-Speech (online, bessere Qualität)
|
# gTTS: Google Text-to-Speech (online, bessere Qualität)
|
||||||
gTTS>=2.4.0
|
gTTS>=2.4.0
|
||||||
|
|
||||||
|
# pydub: Audio-Manipulation (für gTTS Geschwindigkeitsänderung)
|
||||||
|
# Benötigt ffmpeg: sudo apt install ffmpeg
|
||||||
|
pydub>=0.25.1
|
||||||
|
|
||||||
# pygame: Für Audio-Wiedergabe (gTTS braucht das)
|
# pygame: Für Audio-Wiedergabe (gTTS braucht das)
|
||||||
pygame>=2.5.2
|
pygame>=2.5.2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue