Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Hows does this GST pipeline look ? TTS Gstreamer Pipeline using Espeak #7

Open
bossjones opened this issue Apr 30, 2016 · 0 comments

Comments

@bossjones
Copy link
Owner

Just want to make sure I'm building this pipeline in the best way possible. Does anyone see anything that is blatantly stupid w/ this pipeline?

Pipeline PNG: http://i.imgur.com/i0cyaXR.png

GST-LAUNCH Pipeline:

gst-launch-1.0 espeak name=source \
                      pitch=50 \
                      rate=20 \
                      track=2 \
                      voice="en+f3" \
                      text="Hello sir. How are you doing this afternoon? I am full lee function nall, andd red ee for your commands" ! \
               decodebin use-buffering=true ! \
               capsfilter caps='audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)22050, channels=(int)1' ! \
               audioconvert ! \
               tee name=t ! \
               queue2 name=appsink_queue \
                      max-size-bytes=0 \
                      max-size-buffers=0 \
                      max-size-time=0 ! \
               appsink caps='audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)22050, channels=(int)1' \
                       drop=false max-buffers=10 sync=false \
                       emit-signals=true t. ! \
               queue2 name=fakesink_queue ! \
               fakesink name=fakesink sync=true t. ! \
               queue2 name=autoaudio_queue \
                      max-size-bytes=0 \
                      max-size-buffers=0 \
                      max-size-time=0 ! \
               audioresample ! \
               autoaudiosink sync=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant