albertaparicio / tfg-voice-conversion

Deep Learning-based Voice Conversion system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The configuration of the mcep-gmm model

JingleiSHI opened this issue · comments

Hello,

I'm sorry to interrupt you, I'm interested in your mcep-gmm method to do the voice conversion and I have executed your program with my computer, but I find when I established a 10 Gaussian components model and a 50 Gaussian components model respectively, the results of converting wav file 20007.wav keep always unchangeable, so I want to ask how many Gaussian components and iteration you have used ?
Also, the number of Gaussian component in the command vc and the number of component in the command gmm should they keep the same number ?

Thank you for your attention
J.SHI

Dear J.SHI,

First of all, I do not understand completely what you have tried to do.

In case it helps, in sptk_vc.sh, line 67, when I compute the gmm of the data, I use 32 components. Also, I am not aware of any need to keep the number of components in gmm and vc the same.

Let me also state that the GMM method for voice conversion in this project was only developed as a test to compare out development against the SPTK's tools. Since this project is based on Deep Learning, we did not put much energy on trying to obtain a good GMM model.

If you need any more help, do not hesitate to ask

Dear albert,

Sorry for my unclear description, I mean that I run sptk_vc.sh to convert 20007.wav in the test data directory.

To train this model, I have chosen gmm -m 20 to train the model and get the result, and then I chose gmm -m 50 and got the result, when I compared these two results, I don't find the difference... In fact, the transformed sound isn't like the target sound at all. Is it normal ?

For the model DNN-LSTM-GRU, if I want to test my voice with this model, how should I do to prepare the test data, I have got the files of types .mep, .lf0, .fv, how to convert them to the type .dat ?
I didn't find the code in the project.

Thank you for your attention,
J.SHI