-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# zTTSDialogues | ||
With this plugin unvoiced, or optionally all in-game dialogues, will be read with Windows Narrator. | ||
|
||
### Default config | ||
``` | ||
[ZTTSDIALOGUES] | ||
VoiceVolume=-1 | ||
; | ||
; Volume of the TTS voice: -1 = autodetect | ||
ReplaceAllDialogues=0 | ||
; | ||
; Replace all original dialogues with TTS (1) or only dialogues without voice files (0) | ||
Language=2 | ||
; | ||
; Language of the TTS | ||
; 0 - Other, need to specify LanguageID and CodePage | ||
;;; To find CodePage: https://learn.microsoft.com/pl-pl/windows/win32/intl/code-page-identifiers | ||
;;; To find LanguageID: https://documentation.help/Microsoft-Speech-Platform-SDK-11/c494fcf6-5053-42ad-9528-9948c2d93855.htm | ||
;;; Default values for English (United States) | ||
;;; CodePage=1252 | ||
;;; LanguageID=409 | ||
; | ||
; | ||
; 1 - Russian | ||
; 2 - English (United States) | ||
; 3 - German | ||
; 4 - Polish | ||
; 5 - Romanian | ||
; 6 - Italian | ||
; 7 - Czech | ||
; 8 - Spanish | ||
Gender=0 | ||
; | ||
; Gender of the TTS | ||
; 0 - Male | ||
; 1 - Female | ||
``` |