Skip to content

Commit

Permalink
Added prompt for speaker schooling to extractFormants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hilaryp committed Nov 21, 2013
1 parent a23434b commit 82690ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FAVE-extract/bin/extractFormants.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ def getSpeakerBackground(speakername, speakernum):
speaker.ethnicity = raw_input("Ethnicity:\t\t")
speaker.location = raw_input("Location:\t\t")
speaker.year = raw_input("Year of recording:\t")
speaker.years_of_schooling = raw_input("Years of schooling:\t")
speaker.tiernum = speakernum * \
2 # tiernum points to phone tier = first tier for given speaker

Expand Down

0 comments on commit 82690ef

Please sign in to comment.