forked from upstream/IPod-Shuffle-4g
clarify macOS say provenance
This commit is contained in:
parent
6186600e4c
commit
37ba988b73
1 changed files with 2 additions and 2 deletions
|
|
@ -103,10 +103,10 @@ class Text2Speech(object):
|
||||||
def check_support():
|
def check_support():
|
||||||
voiceoverAvailable = False
|
voiceoverAvailable = False
|
||||||
|
|
||||||
# Check for say voiceover
|
# Check for macOS say voiceover
|
||||||
if not exec_exists_in_path("say"):
|
if not exec_exists_in_path("say"):
|
||||||
Text2Speech.valid_tts['say'] = False
|
Text2Speech.valid_tts['say'] = False
|
||||||
print("Warning: say not found, voicever won't be generated using it.")
|
print("Warning: macOS say not found, voicever won't be generated using it.")
|
||||||
else:
|
else:
|
||||||
voiceoverAvailable = True
|
voiceoverAvailable = True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue