This commit is contained in:
lyuxiang.lx
2026-01-29 06:13:36 +00:00
parent 66b80dbccb
commit f26cde56df
7 changed files with 90 additions and 73 deletions

View File

@@ -159,6 +159,8 @@ feat_extractor: !name:matcha.utils.audio.mel_spectrogram
compute_fbank: !name:cosyvoice.dataset.processor.compute_fbank
feat_extractor: !ref <feat_extractor>
num_frames: 960
compute_whisper_fbank: !name:cosyvoice.dataset.processor.compute_whisper_fbank
num_frames: 960
compute_f0: !name:cosyvoice.dataset.processor.compute_f0
sample_rate: !ref <sample_rate>
hop_size: 480
@@ -183,6 +185,7 @@ data_pipeline: [
!ref <resample>,
!ref <compute_fbank>,
!ref <parse_embedding>,
!ref <compute_whisper_fbank>,
!ref <shuffle>,
!ref <sort>,
!ref <batch>,

View File

@@ -149,6 +149,7 @@ feat_extractor: !name:matcha.utils.audio.mel_spectrogram
compute_fbank: !name:cosyvoice.dataset.processor.compute_fbank
feat_extractor: !ref <feat_extractor>
num_frames: 960
compute_whisper_fbank: !name:cosyvoice.dataset.processor.compute_whisper_fbank
compute_f0: !name:cosyvoice.dataset.processor.compute_f0
sample_rate: !ref <sample_rate>
hop_size: 480
@@ -173,6 +174,7 @@ data_pipeline: [
!ref <resample>,
!ref <compute_fbank>,
!ref <parse_embedding>,
!ref <compute_whisper_fbank>,
!ref <shuffle>,
!ref <sort>,
!ref <batch>,