We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909da88 commit d878cb8Copy full SHA for d878cb8
README.md
@@ -75,7 +75,7 @@ python pyAudioProcessing/extract_features.py -f "data_samples/testing" -feats "
75
```
76
Features extracted get saved in `audio_features.json`.
77
78
-Code example of using `gfcc` feature and `svm` classifier.
+Code example of performing `gfcc` and `mfcc` feature extraction.
79
80
from pyAudioProcessing.extract_features import get_features
81
# Feature extraction
0 commit comments