Skip to content

Commit

Permalink
Update docs/engine.rst
Browse files Browse the repository at this point in the history
add avsynth details to rest

Co-authored-by: Christian Clauss <[email protected]>
  • Loading branch information
willwade and cclauss authored Nov 3, 2024
1 parent 8d9f2f0 commit 5700684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/engine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ The Engine factory

:param driverName: Name of the :mod:`pyttsx3.drivers` module to load and use. Defaults to the best available driver for the platform, currently:

* `avsynth` - AVSynthesizer on macOS
* `espeak` - eSpeak on all platforms
* `nsss` - NSSpeechSynthesizer on macOS (Deprecated by Apple)
* `sapi5` - SAPI5 on Windows
* `nsss` - NSSpeechSynthesizer on Mac OS X
* `avsynth` - AVSynthesizer on Mac OS X (NSSS Is deprecated)
* `espeak` - eSpeak on every other platform

:param debug: Enable debug output or not.
:raises ImportError: When the requested driver is not found
Expand Down

0 comments on commit 5700684

Please sign in to comment.