feVeRin / Singing_Voice_Synthesis

Singing voice synthesis
0 stars 1 forks source link

Singing Voice Synthesis based on Diffusion Model

Goal

In this project, we design an lightweight singing voice synthesis model while maintaining the synthesis quality of the diffusion model.

Data

The dataset used for this project can be found in the following directory:

Components

Workflow

The csd datasetloader combines background music with voice in a nursery rhyme style, and seperate is used to isolate the voice.

Implementation

The diffusion model is applied using the CSD dataset for voice synthesis.

Inference

For detailed implementation and results, refer to the notebook:

Members