MattShannon / mcd

Mel cepstral distortion (MCD) computations in python.
Other
207 stars 36 forks source link

Confused about computing MCD #8

Open limitforever opened 4 years ago

limitforever commented 4 years ago

Hello,thanks for contributing the method of computing MCD. But through your code,I was confused about computing MCD. For example,if I have one audio which is ".wav" format,how can I compute its MCD value? Do you have any command tips?

Lukelluke commented 4 years ago

Hello,thanks for contributing the method of computing MCD. But through your code,I was confused about computing MCD. For example,if I have one audio which is ".wav" format,how can I compute its MCD value? Do you have any command tips?

Hi, did u solved the problem 'convert .wav files to .mgc files' so as to use this implement to calculate MCD? Hope ur reply ,thx!

Yolanda-Gao commented 4 years ago

Hi, I have the same question. Has anyone found out the right scripts to do so?

Yolanda-Gao commented 4 years ago

I found the related answers at: https://github.com/MattShannon/mcd/issues/9 and found two repositories. Thanks

Lukelluke commented 4 years ago

I found the related answers at: #9 and found two repositories. Thanks

Notice that these two implement get the MCD score is too low for the reasonable MCD score.

to realize the more reasonable MCD calculation, and use quote this implement, with Merlin toolkit to get .mgc files as this implement mentioned, try to read my repository : https://github.com/Lukelluke/MCD-MEL-CEPSTRAL-DISTANCE-MCD-application

Hope that this can help u and any one who need calculating MCD in later days.

If there any more reasonable and easier way, do teach me and call me up.

Thx !