GithubHelp home page GithubHelp logo

rhawl97 / singing-voice-conversion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from solalala-12/singing-voice-conversion

0.0 0.0 0.0 179.48 MB

2019/04~2019/09 투빅스 Singing Voice Conversion

Shell 0.01% Python 7.30% Jupyter Notebook 92.70%

singing-voice-conversion's Introduction

🎵 Singing Voice Conversion Using CycleGAN 🎶

투빅스 11기 & 12기 음성 프로젝트

Preprocessing

  • Splitting
    짧은 시간 단위로 학습이 필요할 때에는 노래를 원하는 초 단위로 잘라줍니다.
  • Voice Separation
    Vocal이 있는 음원 파일과 Vocal이 없는 Inst 파일을 input으로 넣으면 Vocal만 extract 되도록 합니다.
    Vocal만 extract된 음원 예시: https://bit.ly/2SZQJdX
  • Data Augmentation
    Dataset을 증가시키기 위해 preprocessing 그림 3가지 방법을 사용하였습니다.
    white noise나 stretch 방법은 오히려 잡음이 껴서 성능을 저하시켰고,
    위에 그림에 나온 방법들은 Conversion 성능향상에 영향을 끼쳤습니다.

Model

  • Feature Extraction
    보통 음성분야에서는 MFCC를 쓰는데, 우리 코드에선 MCEP을 사용합니다.
    그 이유는 MCEP이 보다 많은 정보를 포함하고 있어, Vocal의 음색, 억양 등을 담을 수 있습니다.
    Preprocessing과정 후에 A.pickle, B.pickle, logf0.npz, mcep.npz 파일이 만들어지고 다음에 같은 dataset으로 train 할 때에는 이를 활용합니다.

  • modeling
    CycleGan, Cycle Began 모델을 활용하여 Vocal style을 바꾸었습니다. 모델과 관련한 코드는 아래 reference를 활용했습니다. CycleBegan이 더 깔끔한 음질의 결과를 보였으나, CycleGan이 조금 더 robust한 보컬 변화가 있었습니다.


How to Run it!

jupyter notebook을 코랩에서 열어서 실행하면 됩니다.
실행방법이나 설정방법은 노트북 파일에 자세하게 쓰여져 있으니, 참고하셔서 실행해주시기 바랍니다.
코드를 수정하시거나 직접 다운받아 사용하실 분은 코드 폴더를 보시면 됩니다.


Result(Pickin good example)

거미 노래를 아이유 목소리로 바꾼 파일

케이윌 노래를 10cm 권정열 목소리로 바꾼 파일


Members of this Project


Reference

singing-voice-conversion's People

Contributors

dizwe avatar solalala-12 avatar smothly avatar parkjinhyeock avatar rhawl97 avatar hyennneee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.