Skip to content

Diffusion-based singing voice pitch correction

Notifications You must be signed in to change notification settings

Emperornero/DiffPitcher

 
 

Repository files navigation

Diff-Pitcher: Diffusion-based Singing Voice Pitch Correction

Official Pytorch Implementation of Diff-Pitcher: Diffusion-based Singing Voice Pitch Correction


Diff-Pitcher

Demo

🎵 Listen to examples

Todo

Examples

References

If you find the code useful for your research, please consider citing:

@inproceedings{hai2023diff,
  title={Diff-Pitcher: Diffusion-Based Singing Voice Pitch Correction},
  author={Hai, Jiarui and Elhilali, Mounya},
  booktitle={2023 IEEE Workshop on Applications of Signal Processing to Audio and Acoustics (WASPAA)},
  pages={1--5},
  year={2023},
  organization={IEEE}
}

This repo is inspired by:

@article{popov2021diffusion,
  title={Diffusion-based voice conversion with fast maximum likelihood sampling scheme},
  author={Popov, Vadim and Vovk, Ivan and Gogoryan, Vladimir and Sadekova, Tasnima and Kudinov, Mikhail and Wei, Jiansheng},
  journal={arXiv preprint arXiv:2109.13821},
  year={2021}
}
@inproceedings{liu2022diffsinger,
  title={Diffsinger: Singing voice synthesis via shallow diffusion mechanism},
  author={Liu, Jinglin and Li, Chengxi and Ren, Yi and Chen, Feiyang and Zhao, Zhou},
  booktitle={Proceedings of the AAAI conference on artificial intelligence},
  volume={36},
  number={10},
  pages={11020--11028},
  year={2022}
}

Acknowledgement

We borrow code from following repos:

  • Diffusion Schedulers are based on 🤗 Diffusers
  • 2D UNet is based on DiffVC

About

Diffusion-based singing voice pitch correction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%