After load a wav file, got the following error, any hints?
Traceback (most recent call last):
File "Controller.py", line 82, in
print main(inputpath, False) #print main("./Data/a01.wav",False)
File "Controller.py", line 49, in main
emotions = sp.main(filename, training,logging_level)
File "/Users/eflower/Documents/ai/DeepSentiment/Code/StandAlone/SpeechNetSVMMulticlass.py", line 133, in main
data = pd.DataFrame(svmnnet.load_data(filename)) # Invoking function to extract information from a single WAV file
File "/Users/eflower/Documents/ai/DeepSentiment/Code/StandAlone/SpeechNetSVMMulticlass.py", line 107, in load_data
loudness = abs(an.loudness(inputdata))
AttributeError: 'module' object has no attribute 'loudness'