Hello,
I got FAVE Extract up and running on Ubuntu 16, but for some reason it can't find any vowels in my test file. They're findable - Montreal Forced Aligner found them just fine. I suspect that it's being picky about TextGrid formats, because it thinks each phoneme is a word, but I don't know what it needs. Has anyone run into this before? Thanks so much in advance!
Here's the command I use to run things:
python bin/extractFormants.py -v --speechSoftware praat --minVowelDuration 0.001 ${fileName}.wav ${fileName}.TextGrid ${fileName}.txt
Here's the output:
Processed options.
Read CMU phone set.
Speech software to be used is praat.
Sound editor to be used is sox.
Read means and covs files for the Mahalanobis method.
Please enter background information for speaker :
(Press [return] if correct; if not, simply enter new data (do not use [delete]).)
Name:
Sex: M
Age:
Ethnicity:
Location:
Year of recording:
Years of schooling:
Identified vowels in the TextGrid.
...no vowels in word B at 0.060.
...no vowels in word IH0 at 0.150.
...no vowels in word T at 0.230.
...no vowels in word W at 0.310.
...no vowels in word IY1 at 0.370.
...no vowels in word N at 0.440.
And here's the entire .TextGrid:
File type = "ooTextFile"
Object class = "TextGrid"
xmin = 0.0
xmax = 0.68003125
tiers? <exists>
size = 2
item []:
item [1]:
class = "IntervalTier"
name = "words"
xmin = 0.0
xmax = 0.68003125
intervals: size = 3
intervals [1]:
xmin = 0.0
xmax = 0.060
text = ""
intervals [2]:
xmin = 0.060
xmax = 0.580
text = "between"
intervals [3]:
xmin = 0.580
xmax = 0.68003125
text = ""
item [2]:
class = "IntervalTier"
name = "phones"
xmin = 0.0
xmax = 0.68003125
intervals: size = 9
intervals [1]:
xmin = 0.000
xmax = 0.060
text = "sil"
intervals [2]:
xmin = 0.060
xmax = 0.150
text = "B"
intervals [3]:
xmin = 0.150
xmax = 0.230
text = "IH0"
intervals [4]:
xmin = 0.230
xmax = 0.310
text = "T"
intervals [5]:
xmin = 0.310
xmax = 0.370
text = "W"
intervals [6]:
xmin = 0.370
xmax = 0.440
text = "IY1"
intervals [7]:
xmin = 0.440
xmax = 0.580
text = "N"
intervals [8]:
xmin = 0.580
xmax = 0.660
text = "sp"
intervals [9]:
xmin = 0.660
xmax = 0.68003125
text = ""