- the project aims to solve F0 estimate and onset detect using mfshs algorithm and CNN for singing.
- the Application scenario include solfege、 Karaoke and various Monophonic scenes
- F0 estimate (similar to yin)
- sw alignment
- CNN for onset detect
- post process by combining the above algorithm
- tensorflow
- numpy
- librosa
python main.py
onset detection method cite this paper
@conference {rgong2018singing,
title = {Singing voice phoneme segmentation by hierarchically inferring syllable and phoneme onset positions},
booktitle = {Interspeech 2018},
year = {2018},
month = {02/09/2018},
address = {Hyderabad, India},
url = {https://arxiv.org/pdf/1806.01665.pdf},
author = {Rong Gong and Xavier Serra}
}