Skip to content

Commit

Permalink
disable trimming as default
Browse files Browse the repository at this point in the history
  • Loading branch information
kan-bayashi committed May 11, 2020
1 parent dc07821 commit bcfb898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion egs/template_multi_spk/voc1/conf/parallel_wavegan.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ num_mels: 80 # Number of mel basis.
fmin: 80 # Minimum freq in mel basis calculation.
fmax: 7600 # Maximum frequency in mel basis calculation.
global_gain_scale: 1.0 # Will be multiplied to all of waveform.
trim_silence: true # Whether to trim the start and end of silence.
trim_silence: false # Whether to trim the start and end of silence.
trim_threshold_in_db: 60 # Need to tune carefully if the recording is not good.
trim_frame_size: 2048 # Frame size in trimming.
trim_hop_size: 512 # Hop size in trimming.
Expand Down
2 changes: 1 addition & 1 deletion egs/template_single_spk/voc1/conf/parallel_wavegan.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ num_mels: 80 # Number of mel basis.
fmin: 80 # Minimum freq in mel basis calculation.
fmax: 7600 # Maximum frequency in mel basis calculation.
global_gain_scale: 1.0 # Will be multiplied to all of waveform.
trim_silence: true # Whether to trim the start and end of silence.
trim_silence: false # Whether to trim the start and end of silence.
trim_threshold_in_db: 60 # Need to tune carefully if the recording is not good.
trim_frame_size: 2048 # Frame size in trimming.
trim_hop_size: 512 # Hop size in trimming.
Expand Down

0 comments on commit bcfb898

Please sign in to comment.