Skip to content
Snippets Groups Projects
Commit 7f5a78a0 authored by rogerdpack's avatar rogerdpack
Browse files

docu: add flite ffmpeg example

parent d9d54706
No related branches found
No related tags found
No related merge requests found
...@@ -1137,6 +1137,12 @@ Read the specified text selecting the @code{slt} voice: ...@@ -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 flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':voice=slt
@end example @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 @item
Make @file{ffplay} speech the specified text, using @code{flite} and Make @file{ffplay} speech the specified text, using @code{flite} and
the @code{lavfi} device: the @code{lavfi} device:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment