Quickstart guide to using FAVE 2.0¶
Install FAVE and its dependencies according to the directions.
Download the
FAAValign.py
andextractFormants.py
scripts.Check your transcription for out-of-dictionary words
python3 FAAValign.py --check unknown_words.txt AudioFile.wav TranscriptionFile.txt OutputAlignment.TextGrid
Open
unknown_words.txt
and create a transcription for each word listed.Align your audio and transcripts including your new transcriptions:
python3 FAAValign.py --import custom_dictionary.txt AudioFile.wav TranscriptionFile.txt OutputAlignment.TextGrid
Extract formant data using the default settings:
python3 extractFormants.py AudioFile.wav Alignment.TextGrid OutputFileName.tsv