tyiannak / pyAudioAnalysis

Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
Apache License 2.0
5.76k stars 1.18k forks source link

svmSM model no longer available #310

Open piuskavz opened 3 years ago

piuskavz commented 3 years ago

I had been using the svmSM speech-music classifier model for a while, but when I updated to the most recent version of pyAudioAnalysis, I noticed that the svmSM model is no longer avaialable. So I have been using the knnSM model as an alternative, but it keeps outputting a score of 1.0 in favour of speech and takes about 1minute to analyse a 5minute audio clip. I am running this on a raspberry Pi. Any help regarding why svmSM is no longer available or which better alternatives I could use, will be very helpful. Thanks.