From 7f5a78a0da8e310e67431844d57cceb46d726dbb Mon Sep 17 00:00:00 2001
From: rogerdpack <rogerpack2005@gmail.com>
Date: Mon, 15 Oct 2012 11:26:07 -0600
Subject: [PATCH] docu: add flite ffmpeg example

Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
---
 doc/filters.texi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 95dcbf279e2..c9b3b45bd0e 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1137,6 +1137,12 @@ Read the specified text selecting the @code{slt} voice:
 flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':voice=slt
 @end example
 
+@item
+Input text to ffmpeg:
+@example
+ffmpeg -f lavfi -i flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':voice=slt
+@end example
+
 @item
 Make @file{ffplay} speech the specified text, using @code{flite} and
 the @code{lavfi} device:
-- 
GitLab