-
Notifications
You must be signed in to change notification settings - Fork 20
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
How to get formant3 #19
Comments
Hi @HikaruSaitoh! We're glad that you're interested in our project. The Unfortunately we don't yet have any weighting methods for a third formant using MFCCs. Our weights come directly from the organization from which we ported this project to JavaScript, and we haven't published any work as of yet to expand upon that. @coryfin or some of the other @BYU-ODH/developers might have more information to add. In the meantime, you might consider looking at the source code for Praat or WaveSurfer, both which do a good job of computing LPCs that you can use to extract formants from. We would be more than happy to accept a pull request that gives this kind of functionality to our project. @PaulBoersma is the main contributor for the Praat project. |
Hi Ian, |
Hi, @webnard I appreciater for your kindness! Thank you Regards, |
HI, @LevPlosejovic I have heard "you set it up to display the values of F1-3 on the screen" from your post. Regards, |
Sure. I cannot run the site from my Oct-30-2015----I was missing Grunt. I got it to run, but it's still sporadic. Additionally, the current version that is available as full open source is actually running mfcc values, not formants. I misunderstood this from the documentation and the code has lots of unused code bits. There may be some updates soon though. Tanner Plauché "У нас не любят свободу недостаточно. " -Alexandr Solzhenitsyn On Mon, Sep 14, 2015 at 7:19 PM, HikaruSaitoh [email protected]
|
HI, @LevPlosejovic I appreciate for your reply. thank you for your kindness. I continue to attempt getting formant3. |
Hi @LevPlosejovic— Unfortunately, I'm not an employee of @BYU-ODH anymore, so I'm not sure if there are any plans on implementing the F3 format. @jlmcdonald might be able to direct your question to one of the employees actively working on this project. In order to run the project locally, you should need to run the following commands (assumes Node.js is installed, and probably also assumes you're running *nix):
That will compile the JS files for you into something that the HTML file is currently referencing. |
Ahhh. Got it. I don't Node. I'll download it. Also, ignore my pull request. I didn't understand what I was doing when I made the request. Thanks! |
Dear development member
I'm Hikaru SAITOH from Japan.
I have some questions about this source code.
I want to realize a real-time mapping formant2 and formant3.( x-axis:formant2,y-axis:formant3)
Question1:
Can I get formant1,2,3 by using "getFormant" method? or is this method still a work in progress?
Question2:
Coud you mind if tell me how to get formant3(or normalizing data of formant3) from mfccs?
Regards,
Hikaru
The text was updated successfully, but these errors were encountered: