From b46b4ada64566ce1a7f288128532634dfe12dba5 Mon Sep 17 00:00:00 2001 From: Shuadissen Date: Tue, 5 Jul 2016 10:34:17 +0300 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dde583c..9282b99 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ 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 ```