Skip to content

Commit

Permalink
Update opensmile_features.py
Browse files Browse the repository at this point in the history
keep audio file in folder for multiple featurizations.
  • Loading branch information
jim-schwoebel committed Aug 14, 2020
1 parent bbe7e8f commit 9df1499
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/audio_features/opensmile_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def opensmile_featurize(audiofile, basedir, feature_extractor):

# remove temporary arff_file
os.remove(arff_file)
os.remove(audiofile)
os.chdir(curdir)

return features, labels

0 comments on commit 9df1499

Please sign in to comment.