Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -21,4 +21,7 @@ reportlab
|
|
21 |
edge-tts
|
22 |
# π edge_tts.Communicate("Text", "Voice", rate, pitch) - Initializes TTS conversion with specified text, voice, and optional rate/pitch adjustments.
|
23 |
# π₯ await communicate.save("output.mp3") - Asynchronously saves the generated speech audio as an MP3 file.
|
24 |
-
# π€ edge_tts.exceptions.NoAudioReceived - Handles errors when no audio is received during the TTS process.
|
|
|
|
|
|
|
|
21 |
edge-tts
|
22 |
# π edge_tts.Communicate("Text", "Voice", rate, pitch) - Initializes TTS conversion with specified text, voice, and optional rate/pitch adjustments.
|
23 |
# π₯ await communicate.save("output.mp3") - Asynchronously saves the generated speech audio as an MP3 file.
|
24 |
+
# π€ edge_tts.exceptions.NoAudioReceived - Handles errors when no audio is received during the TTS process.
|
25 |
+
|
26 |
+
pypdf
|
27 |
+
pytz
|