Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 2.61 KB

README_EN.md

File metadata and controls

58 lines (40 loc) · 2.61 KB

🎵 Singing Voice Conversion Using CycleGAN 🎶

Tobig's Audio Project

Preprocessing


Model

  • Feature Extraction
    we use MCEP in our code.
    The reason is that MCEP contains more information, so you can get more details like Vocal's tone, intonation, etc.
    After the Preprocessing process, A.pickle, B.pickle, logf0.npz, and mcep.npz files are created, and this is used for the next train with the same dataset.

  • modeling
    By Using CycleGan' and 'Cycle Began' models, we changed the Vocal style. The code related to the model used the reference below. 'CycleBegan' showed cleaner sound quality results, but CycleGan had a more robust vocal change.

How to Run it!

Please refer to the jupyter notebook for detailed instructions on how to do it or how to set it up.
If you want to modify the code or download it yourself, go to code folder.


Result(Pickin good example)

Gummy to IU

Kwill to 10cm


Members of this Project


Reference