diff --git a/TextToSpeech/tts.py b/TextToSpeech/tts.py index cb48356..0ec61d0 100644 --- a/TextToSpeech/tts.py +++ b/TextToSpeech/tts.py @@ -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