From 459fb8a267c9320e74fa28e10772ab2e294590fe Mon Sep 17 00:00:00 2001 From: Joseph Keshet Date: Sun, 3 Jul 2016 10:26:59 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6ec135..aaa1352 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ For vowel formant estimation, call the main script in a terminal with the follow or the vowel begin and end times can be taken from a TextGrid file (here the name of the TextGrid is Example.TextGrid and the vowel is taken from a tier called "VOWEL"): -```Ex: $ python formants.py data/Example.wav data/examplePredictions --textgrid_filename data/Example.TextGrid --textgrid_tier VOWEL``` +``` +Ex: $ python formants.py data/Example.wav data/examplePredictions --textgrid_filename data/Example.TextGrid --textgrid_tier VOWEL +``` For formant tracking, just call the script with the wav file and output filename: