Update README.md
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
# DeepFormants
|
# DeepFormants
|
||||||
Formant Tracking & Estimation
|
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
|
Installation instructions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user