From c49fb62c4ff5a97807b6c21e50271bf7ddb0b0a2 Mon Sep 17 00:00:00 2001 From: Shuadissen Date: Mon, 4 Jul 2016 10:04:00 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9282b99..dde583c 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ The Estimation model can be downloaded here and because of size constraints the For vowel formant estimation, call the main script in a terminal with the following inputs: wav file, formant output filename, and the vowel begin and end times: +Wav files must have a sample rate of 16k for correct predictions! ``` python formants.py data/Example.wav data/ExamplePredictions.csv --begin 1.2 --end 1.3 ```