Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
5.9k
stars
1.2k
forks
source link
AttributeError: module 'pyAudioAnalysis.audioTrainTest' has no attribute 'featureAndTrain' #382
Open
Emi77H opened 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 :)