-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Adding MFCC Audio Signal Feature Extraction Algorithm #9026
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
Comments
check audio_filters folder of this repo. |
Thanks for your response. @rohan472000 I also checked the audio filter folder, but I didn't find an MFCC implementation there, so I will open a PR to add the MFCC Algorithm. MFCC is commonly categorized as a feature extraction algorithm in machine learning, rather than an audio filter. I'm open to community feedback, and if most agree, I'll add it to the audio filter category. |
Yep.. it would be better to put this into machine_learning folder. |
The automatic build keeps failing for other algorithm tests. Hey Rohan, What do you suggest I do? @rohan472000 Here is the error message: =========================== short test summary info ============================ |
I'm working to fix that issue...will raise PR for it...after getting merged your PR's build will be successful. |
Feature description
Issue Title:
Adding MFCC Audio Signal Feature Extraction Algorithm
Issue Description:
I am planning to contribute to this repository by implementing the MFCC (Mel Frequency Cepstral Coefficients) audio signal feature extraction algorithm. MFCC is widely used in various applications, including speech recognition and audio analysis.
Proposed Location:
I would like to propose adding a new category or subcategory for signal processing or feature extraction. Specifically, I suggest:
OR
Contributor Request:
I am opening this issue to let the community know about my intention to work on this algorithm. I also welcome suggestions and feedback from other contributors regarding the best location for this feature extraction algorithm and any considerations related to its implementation.
Looking forward to collaborating with the community to enhance this repository with the addition of the MFCC feature extraction algorithm.
The text was updated successfully, but these errors were encountered: