Skip to content

Commit

Permalink
config.json: addinf mel fmin and mel fmax params
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelvalle committed Nov 9, 2018
1 parent 63bdb3f commit f4c04e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"sampling_rate": 22050,
"filter_length": 1024,
"hop_length": 256,
"win_length": 1024
"win_length": 1024,
"mel_fmin": 0.0,
"mel_fmax": 8000.0
},
"dist_config": {
"dist_backend": "nccl",
Expand Down

0 comments on commit f4c04e2

Please sign in to comment.