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

Not an issue with the program but issue using FAVE or Simply getting it all going. #95

Open
DaveFave99 opened this issue Mar 11, 2024 · 1 comment

Comments

@DaveFave99
Copy link

I'm new to FAVE, have experience using praat. I believe there areas I having trouble with is how and where Im suppose to extract or begin after I've downloaded all supporting/dependencies. Very new to coding and would appreciate some guidance to help set it all up.

  • using it for research

Thank you :)

@chrisbrickhouse
Copy link
Collaborator

chrisbrickhouse commented Mar 13, 2024

Hi @DaveFave99 and welcome! To give you more detailed help, could you provide a bit more information about where you are in the process?

  • Do you have an aligned TextGrid? Before FAVE can extract acoustic measures, you need a TextGrid file with a word tier and phone tier where the intervals are time-aligned to the acoustic data. You can get this by using the Montreal Force Aligner by following this tutorial
  • Did you install FAVE by using pip? This is the easiest way to install FAVE, and it will automatically add fave-extract as a command for you to use. You can install FAVE by running python3 -m pip install fave in your command-line interface. If you are using another system like a Jupyter notebook, let me know and I can help with those methods as well.

If you've done the above, you should be able to run fave-extract <audio-file> <aligned-textgrid-file> <output-file-name> where you replace <audio-file> with the name of the WAV audio, <aligned-textgrid-file> with the name of the TextGrid, and <output-file-name> with the name of the file you want the acoustic measures stored. If that doesn't work, we can do more troubleshooting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants