Browse Source

docu: add flite ffmpeg example

Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
tags/n1.1
rogerdpack 13 years ago
parent
commit
7f5a78a0da
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      doc/filters.texi

+ 6
- 0
doc/filters.texi View File

@@ -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:


Loading…
Cancel
Save