Skip to content

Commit

Permalink
Test eSpeak on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Oct 30, 2024
1 parent 9bb3527 commit 9aae045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyttsx3/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# The keys are values of Python sys.platform, the values are tuples of engine names.
# The first engine in the value tuple is the default engine for that platform.
_engines_by_sys_platform = {
"darwin": ("espeak", "nsss"), # NSSpeechSynthesizer (deprecated), TODO: Add avsynth to support AVSpeechSynthesizer
"darwin": ("nsss", "espeak"), # NSSpeechSynthesizer (deprecated), TODO: Add avsynth to support AVSpeechSynthesizer
"win32": ("sapi5", "espeak"),
}

Expand Down

0 comments on commit 9aae045

Please sign in to comment.