Skip to content

Commit

Permalink
Better defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltokri committed Sep 15, 2023
1 parent 7621d82 commit 622a9a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions conf/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Config:
Output:
DirWav: ./temp
DirOgg: ./output
AddLengthPostfix: true
#AddLengthPostfix: false
#AddLengthPostfix: true
AddLengthPostfix: false
TTS:
Engine: Windows
#Voice: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens\TTS_MS_EN-US_ZIRA_11.0
Expand All @@ -20,17 +20,17 @@ Config:
Boost: 10
ArgHighPass: 4000
ArgLowPass: 3000
Trimm: true
#Trimm: false
#Trimm: true
Trimm: false
WhiteNoise:
Add: true
#Add: false
VolumeDecrease: 35
PreSound:
#Add: true
Add: false
Add: true
#Add: false
File: sounds/In.wav
PostSound:
#Add: true
Add: false
Add: true
#Add: false
File: sounds/Out.wav

0 comments on commit 622a9a2

Please sign in to comment.