Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a method that returns mfcc and gfcc features for an input audio file #1

Open
3 tasks
jsingh811 opened this issue Sep 22, 2019 · 0 comments
Open
3 tasks
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers

Comments

@jsingh811
Copy link
Owner

jsingh811 commented Sep 22, 2019

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.
@jsingh811 jsingh811 added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers labels Sep 22, 2019
@jsingh811 jsingh811 self-assigned this Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant