Skip to content

Commit a0d2233

Browse files
committed
remove tts_local.py
1 parent c866824 commit a0d2233

File tree

2 files changed

+3
-136
lines changed

2 files changed

+3
-136
lines changed

Fruit_Jam/Fruit_Jam_Spell_Jam/code.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@
1414

1515
from launcher_config import LauncherConfig
1616

17-
# choose AWS TTS engine if AWS credentials are set in environment variables
18-
if os.getenv("AWS_ACCESS_KEY") is not None and os.getenv("AWS_SECRET_KEY") is not None:
19-
from tts_aws import WordFetcherTTS
20-
else:
21-
# tts_local defines WordFetcherTTS for TTS engine running on local network server
22-
from tts_local import WordFetcherTTS
17+
# comment out one of these imports depending on which TTS engine you want to use
18+
from tts_aws import WordFetcherTTS
19+
# from tts_local import WordFetcherTTS
2320

2421
# read the user settings
2522
launcher_config = LauncherConfig()

Fruit_Jam/Fruit_Jam_Spell_Jam/tts_local.py

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)