-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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.
- implement a function to return mfcc for an input audio file
- implement a function to return gfcc for an input audio file
- update documentation to guide the usage of these new functions
Thus, we want to write a function that outputs mfcc and a function that outputs gfcc feature for an input audio file.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers