liusongxiang / StarGAN-Voice-Conversion

This is a pytorch implementation of the paper: StarGAN-VC: Non-parallel many-to-many voice conversion with star generative adversarial networks
https://arxiv.org/abs/1806.02169
513 stars 93 forks source link

Number of Mel-cpestral coefficients (MCEPs) #16

Open claudiofernandez opened 3 years ago

claudiofernandez commented 3 years ago

Hello, I wanted to ask a question. When we want to compute the MCEPs of the wav files, we do it using the function coded_sp = pyworld.code_spectral_envelope(sp, fs, dim) where dim=36. I wanted to ask you why you are using 36 dimensions o 36 MCEPs?