Skip to content

Commit 938a4e7

Browse files
committed
Fix readme
1 parent accfc94 commit 938a4e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pip install -r requirements/requirements.txt
3535
### Choices
3636

3737
Feature options :
38-
You can choose between features `mfcc`, `gfcc`, `spectral`, `chroma` or a comma separated combination of those, example `gfcc,mfcc,spectral,chroma`, to extract from your audio files.
38+
You can choose between features `mfcc`, `gfcc`, `spectral`, `chroma` or any combination of those, example `gfcc,mfcc,spectral,chroma`, to extract from your audio files.
3939

4040
Classifier options :
4141
You can choose between `svm`, `svm_rbf`, `randomforest`, `logisticregression`, `knn`, `gradientboosting` and `extratrees`.
@@ -116,8 +116,6 @@ python pyAudioProcessing/run_classification.py -f "data_samples/testing" -clf "s
116116
Classification results get saved in `classifier_results.json`.
117117

118118

119-
120-
121119
## Extracting features from audios
122120

123121
This feature lets the user extract aggregated data features calculated per audio file.

0 commit comments

Comments
 (0)