Commit df45ea45 authored by Gyan Doshi's avatar Gyan Doshi Committed by Michael Niedermayer

doc/filters: add note on flite thread safety and update URL

Signed-off-by: 's avatarGyan Doshi <gyandoshi@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 6007f7d4
...@@ -4512,7 +4512,7 @@ Synthesize a voice utterance using the libflite library. ...@@ -4512,7 +4512,7 @@ Synthesize a voice utterance using the libflite library.
To enable compilation of this filter you need to configure FFmpeg with To enable compilation of this filter you need to configure FFmpeg with
@code{--enable-libflite}. @code{--enable-libflite}.
Note that the flite library is not thread-safe. Note that versions of the flite library prior to 2.0 are not thread-safe.
The filter accepts the following options: The filter accepts the following options:
...@@ -4567,7 +4567,7 @@ ffplay -f lavfi flite=text='No more be grieved for which that thou hast done.' ...@@ -4567,7 +4567,7 @@ ffplay -f lavfi flite=text='No more be grieved for which that thou hast done.'
@end itemize @end itemize
For more information about libflite, check: For more information about libflite, check:
@url{http://www.speech.cs.cmu.edu/flite/} @url{http://www.festvox.org/flite/}
@section anoisesrc @section anoisesrc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment