mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-07 07:58:01 +09:00
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():
|
||||
voiceoverAvailable = False
|
||||
|
||||
# Check for say voiceover
|
||||
# Check for macOS say voiceover
|
||||
if not exec_exists_in_path("say"):
|
||||
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:
|
||||
voiceoverAvailable = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue