Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fyryNy authored Oct 4, 2023
1 parent 6199520 commit 7fe1b57
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README.md
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
```

0 comments on commit 7fe1b57

Please sign in to comment.