File tree Expand file tree Collapse file tree 3 files changed +2
-251
lines changed
pyAudioProcessing/features Expand file tree Collapse file tree 3 files changed +2
-251
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111import math
1212import numpy
1313
14- from pyAudioProcessing .features . gammatone import filters
14+ from pyAudioProcessing .features import filters
1515
1616################################################################################
1717# Classes
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def get_requirements(path=REQUIREMENTS_PATH):
2323
2424setuptools .setup (
2525 name = 'pyAudioProcessing' ,
26- version = '1.1.3 ' ,
26+ version = '1.1.5 ' ,
2727 description = 'Audio processing-feature extraction and building machine learning models from audio data.' ,
2828 long_description = long_description ,
2929 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments