Skip to content

Commit

Permalink
Add dependencies note in text-to-speech file
Browse files Browse the repository at this point in the history
NenadPantelic committed Oct 18, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3f9ee20 commit 1d4dd8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion TextToSpeech/tts.py
Original file line number Diff line number Diff line change
@@ -6,7 +6,10 @@
PATH_TO_AUDIO_DIR = r"audio/"
DEFAULT_AUDIO_FILE = PATH_TO_AUDIO_DIR + "temporary.mp3"


#NOTE:
# install dependencies:
# pip3 install gTTS
# pip3 install playsound
class Speaker:
def __init__(self, language="en-us"):
self._language = language

0 comments on commit 1d4dd8d

Please sign in to comment.