From 0157652e5395ab745a03f25a054a8fcd8d1f4b88 Mon Sep 17 00:00:00 2001 From: Shuadissen Date: Wed, 29 Jun 2016 14:56:29 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6cd22e..ae9c2ec 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ DeepFormants is a software package for formant tracking and estimation, using tw * The user provides a wav file with an initial stop consonant. * Optionally, the user can designate a window for estimation by providing a start and end time (specified in seconds). * A classifer is used to estimate the formants in the file, with two modes: -* Estimation: If a time window is specified, a single estimate is made for F1-F3 within that window. -* Tracking: If no time window is given, the model will track F1-F3 and give a measurement at every 10 milliseconds across the length of the file. +* Estimation: If a time window is specified, a single estimate is made for F1-F4 within that window. +* Tracking: If no time window is given, the model will track F1-F4 and give a measurement at every 10 milliseconds across the length of the file. This is a beta version of DeepFormants. Any reports of bugs, comments on how to improve the software or documentation, or questions are greatly appreciated, and should be sent to the authors at the addresses given above.