pyAudioAnalysis icon indicating copy to clipboard operation
pyAudioAnalysis copied to clipboard

Feature request: deltas-deltas in feature_extraction()

Open bagustris opened this issue 5 years ago • 0 comments

Again, thanks for your hard and beautiful works!

I would like to request a feature for feature_extraction() function. Given deltas are extracted by default (68 feature in total), it is reasonable to add the deltas-deltas feature. I think it doesn't require lot of works. Also, this kind of feature is common in speech processing, e.g., deltas-deltas of MFCC. I would like to request both deltas and deltas-deltas are not enabled by default (deltas=False).

bagustris avatar Oct 02 '20 06:10 bagustris