Fast Track Formant tracking method#17
Open
HenryNomeland wants to merge 11 commits into
Open
Conversation
added 2 commits
April 30, 2024 09:50
Contributor
|
I got the Fast Track script in
So, I know Fast Track is "installed," since it can generate output. But I still get the error |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a formant tracking method to the get_formant_tracks.m file. The tools, utils, and settings directories all support the fast track functionality/implementation. get_fast_tracks.praat is analogous to get_formant_tracks.praat.
UPDATES (WED 5/1/24)
Here are some logistic details:
Fast track doesn't work on the version of Praat currently installed on most of the Waisman computers. A quick solution is locally installing a user installation of Praat 6.4 and changing the path in the get_formant_tracks.m fast track function to the path of this local installation. A longer term fix is updating the Public installation of Praat used on the computers.
Fast Track is calculating different formant tracks for many different maximum frequency measurements. This is the parameter that it is controlling, and selecting the best formants from. We can supply it with different numbers of coefficients to use, which can be set manually in the get_fast_tracks.praat file under "coefficients." We can also adjust how many steps and the size of steps for which it calculates formants. Fast track will always use the number of coefficients that we provide it for every one of its formant calculations.
More about how fast track selects which formant track to use and how it loops through different maximum frequency measurements can be found here - https://drive.google.com/file/d/1RP0Lxj6PzCxaPsMQ53QXI0Kk-SwwETUl/view?usp=sharing