Skip to content

Commit

Permalink
Merge branch 'dev' into scipy_update
Browse files Browse the repository at this point in the history
JoFrhwld committed Nov 5, 2013

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 0183805 + 968e0ee commit 6daff5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FAVE-extract/bin/extractFormants.py
Original file line number Diff line number Diff line change
@@ -957,7 +957,7 @@ def getWordsAndPhones(tg, phoneset, speaker, vowelSystem):
word_iter = word_iter + 1
new_percent = math.floor((float(word_iter)/n_words)*100)

if new_percent != old_percent:
for p in range(int(old_percent), int(new_percent)):
sys.stdout.write("-")
sys.stdout.flush()
old_percent = new_percent
@@ -2001,7 +2001,7 @@ def extractFormants(wavInput, tgInput, output, opts, SPATH='', PPATH=''):
word_iter = word_iter + 1
new_percent = math.floor((float(word_iter)/n_words)*100)

if new_percent != old_percent:
for p in range(int(old_percent), int(new_percent)):
sys.stdout.write("-")
sys.stdout.flush()
old_percent = new_percent

0 comments on commit 6daff5f

Please sign in to comment.