tyiannak / pyAudioAnalysis

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

AttributeError: module 'pyAudioAnalysis.audioTrainTest' has no attribute 'featureAndTrain' #382

Open Emi77H opened 1 year ago

Emi77H commented 1 year ago

Hello, I am having the error bellow while running my program. I believe there have been some updates on_ PyAudioAnalysis

AttributeError: module 'pyAudioAnalysis.audioTrainTest' has no attribute 'featureAndTrain'

I am wondering if there is a possibility to update this script:

from pyAudioAnalysis import audioTrainTest as aT aT.featureAndTrain("...")

Thank you :)