Ajout OpenWeb-UI fonctionnel
This commit is contained in:
0
config/config_files_will_go_here.txt
Normal file
0
config/config_files_will_go_here.txt
Normal file
36
config/pre_process_map.yaml
Normal file
36
config/pre_process_map.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
# regex pairs to clean the text before speaking
|
||||
- - ([^.])\.$
|
||||
- \1
|
||||
- - '&'
|
||||
- '&'
|
||||
- - '<'
|
||||
- <
|
||||
- - '>'
|
||||
- '>'
|
||||
- - '"'
|
||||
- '"'
|
||||
- - '''
|
||||
- ''''
|
||||
- - '©'
|
||||
- '©'
|
||||
- - '®'
|
||||
- '®'
|
||||
- - ' '
|
||||
- ' '
|
||||
- - '"'
|
||||
- ''
|
||||
- - ' biases '
|
||||
- ' bias''s '
|
||||
- - ex\.
|
||||
- for example
|
||||
- - e\.g\.
|
||||
- for example
|
||||
- - ' ESG '
|
||||
- ' E.S.G. '
|
||||
- - ' FY '
|
||||
- ' F.Y. '
|
||||
- - ([0-9]+)-([0-9]+)
|
||||
- \1 to \2
|
||||
# xtts has a lot of trouble with these, but piper is fine.
|
||||
#- - '[\*=+-]+'
|
||||
# - ' '
|
||||
5
config/voice_to_speaker.yaml
Normal file
5
config/voice_to_speaker.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
tts-1-hd:
|
||||
aru:
|
||||
model: xtts
|
||||
speaker: voices/en_GB-aru-medium.wav
|
||||
#language: en-GB
|
||||
Reference in New Issue
Block a user