]> Sergey Matveev's repositories - vors.git/blobdiff - doc/vad.texi
vors-vad automatically starts rec
[vors.git] / doc / vad.texi
index 14719bda8a3450bbf81b00be12d73bd27f8fbdacca3a5d77432fb3fffe0111e5..6a9f156cedabaac1b8c2d7c3d101221621196ed34173ae4ae811c97039dda3c6 100644 (file)
@@ -2,19 +2,18 @@
 @unnumbered VAD
 
 Voice Activity Detection is off by default. You can use the
-@command{vors-vad THRES} command with feeding audio record in its stdin.
-It will print calculated sound RMS value if it exceeds the
+@command{vors-vad [-rec ...] THRES} command with feeding audio record in
+its stdin. It will print calculated sound RMS value if it exceeds the
 @option{THRES} threshold. So you can manually try various @option{THRES}
 values to see when it is comfortable to detect your voice. Pass the
-desired @option{THRES} value to @option{-vad} option of
-@command{vors-client}.
+desired @option{THRES} value to @option{-vad} option of @command{vors-client}.
 
 @example
-$ rec [...] | vors-vad 100
+$ vors-vad 100
 [talk and see if threshold is low/high enough]
 [it is too sensible, let's try higher one]
 
-$ rec [...] | vors-vad 200
+$ vors-vad 200
 [perfect!]
 
 $ vors-client -vad 200 [...]