Skip to content

Pytorch implementation "SINGER-DEPENDENT FALSETTO DETECTION FOR LIVE VOCAL PROCESSING BASED ON SUPPORT VECTOR CLASSIFICATION“

License

Notifications You must be signed in to change notification settings

KakaruHayate/Falsetto-SVM

Repository files navigation

Falsetto-SVM

Paper: SINGER-DEPENDENT FALSETTO DETECTION FOR LIVE VOCAL PROCESSING BASED ON SUPPORT VECTOR CLASSIFICATION PyTorch Implementation

Using the dataset: Dataset Card for Chest voice and Falsetto Dataset

Since PyTorch is not particularly suited for implementing Support Vector Machine (SVM), this implementation does not employ kernel optimization techniques. Given that the paper is quite old, it’s challenging to ensure that other conditions remain the same, so the performance of this implementation may not be optimal. If you are interested, you can use SKlearn for further research.

You can use train.py to train an SVM, but before doing so, you should use preprocess.py for preprocessing.

You can use main.py to identify whether some short audio clips are in falsetto

About

Pytorch implementation "SINGER-DEPENDENT FALSETTO DETECTION FOR LIVE VOCAL PROCESSING BASED ON SUPPORT VECTOR CLASSIFICATION“

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages