From 1e7597cce618735ab4d5fd3ef7105eeb355efc25 Mon Sep 17 00:00:00 2001 From: Shuadissen Date: Wed, 22 Jun 2016 10:54:45 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c55c42a..3f4a88f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # DeepFormants Formant Tracking & Estimation +How to use: +For vowel formant estimation call the main script in a terminal with the wav file and the vowel begin and end times +Ex: $ python formants.py mywavfile.wav 2.45 2.78 + +For formant tracking just call the script with the wav file and it will return the formants for the whole file every 10 ms +Ex: $ python formants.py mywavfile.wav Installation instructions