Update README.md

This commit is contained in:
Shuadissen
2016-07-04 10:04:00 +03:00
committed by GitHub
parent 9d207e58b4
commit c49fb62c4f
+1
View File
@@ -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
```