Update README.md

This commit is contained in:
Shuadissen
2016-07-05 10:34:17 +03:00
committed by GitHub
parent 5775274a42
commit b46b4ada64
-1
View File
@@ -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
```