Create config.yaml
Browse files- config.yaml +7 -0
config.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
highpass_cutoff_freq: 40
|
| 2 |
+
sample_rate: 16000
|
| 3 |
+
segment_duration: 2.4 # (s)
|
| 4 |
+
max_val_duration: 12 # (s)
|
| 5 |
+
latent_hop_length: 320
|
| 6 |
+
ref_segment_duration: 6
|
| 7 |
+
volume_normalize: true
|