Skip to content

Commit

Permalink
make avsynth new default
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Oct 27, 2024
1 parent ee2ba9f commit 081403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyttsx3/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, engine, driverName, debug):
@type debug: bool
"""
driverName = driverName or {
"darwin": "nsss",
"darwin": "avsynth",
"win32": "sapi5",
}.get(sys.platform, "espeak")
# import driver module
Expand Down

0 comments on commit 081403e

Please sign in to comment.