Skip to content

SpeechNetSVMMulticlass.py AttributeError: 'module' object has no attribute 'loudness' #7

@piedmontlong

Description

@piedmontlong

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions