hoanglinhn0 commited on
Commit
9182727
·
verified ·
1 Parent(s): 5ebc240

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +17 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "voice": null,
3
+ "clean_opts": [
4
+ "Ignore html tags",
5
+ "Ignore text between curly brackets {}",
6
+ "Ignore text between square brackets []",
7
+ "Ignore text between asterisks * *",
8
+ "Ignore text between notes ♪ ♪",
9
+ "Ignore characters: * # ~ ♪ + _ !"
10
+ ],
11
+ "vol": 3.0,
12
+ "speed": 1.3,
13
+ "smart": false,
14
+ "overlap": false,
15
+ "ns": 0.6,
16
+ "nw": 0.8
17
+ }