Write a method that returns mfcc and gfcc features for an input audio file #1
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Currently, mfcc and gfcc features are being computed as a mid step of a classification problem and we don't get a direct view of the features.
One can want to look at these features independently and use them with a different classification backend.
Thus, we want to write a function that outputs mfcc and a function that outputs gfcc feature for an input audio file.
The text was updated successfully, but these errors were encountered: