This repository has been archived by the owner on Oct 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.yml
91 lines (91 loc) · 2.06 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
codebase: vg
# ALL AVAILABLE VOICES (so far)
# 'us-clb' - US Female (Nitech ARCTIC)
# 'us-slt' - US Female (Nitech ARCTIC; Midwestern)
# 'us-rms' - US Male (Nitech ARCTIC)
# Maximum phrase length, in words.
max-wordlen: 30
voices:
# Feminine voiceset
fem: us-clb
# Masculine voiceset
mas: us-rms
# Non-AI announcements (like vox_login, etc)
default: us-clb # Current /vg/ default
#default: scot-awb # Scottish voice, absolutely fucking hilarious
#Plug in your own wordlists here.
phrasefiles:
# /vg/-specific announcements
- wordlists/vg/announcements.txt
# /vg/-specific antags
- wordlists/vg/antags.txt
# /vg/-specific chemistry
- wordlists/vg/chemistry.txt
# /vg/-specific mining
- wordlists/vg/mining.txt
# /vg/-specific miscellaneous shit
- wordlists/vg/misc.txt
# /vg/-specific songs
- wordlists/vg/songs.txt
# Common wordlists for all stations
- wordlists/common.txt
# Censored announcements for "clean" stations.
#- wordlists/common-clean.txt
# Common profanity for all stations.
- wordlists/profanity.txt
# Here, we can override the autodetected defaults for each phrase.
overrides:
# Silence for 0.5s (see resynth_sounds.sh)
# We can figure out the duration ourselves, and it counts as 1 word
'.':
flags:
#- old-vox
- no-process
- no-trim
#duration: 0.431202
#word-count: 1
',':
flags:
#- old-vox
- no-process
- no-trim
#duration: 0.248889
#word-count: 1
_bloop:
flags:
- old-vox
- no-process
duration: 0.609342
word-count: 1
_bizwarn:
flags:
- old-vox
- no-process
duration: 0.888435
word-count: 1
_buzwarn:
flags:
- old-vox
- no-process
duration: 0.781224
word-count: 1
_doop:
flags:
- old-vox
- no-process
duration: 1.145669
word-count: 1
_dadeda:
flags:
- old-vox
- no-process
duration: 0.887982
word-count: 1
_woop:
flags:
- old-vox
- no-process
duration: 0.630295
word-count: 1
voxtest5:
word-count: 30