Audio latency

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Audio latency

dmpatel1512
Hello,

I am using gstreamer 0.10 with spice-gtk. The audio stream from gstreamer lag by 3-4 seconds.
I used following parameters to configure pipeline.
Caps are "audio/x-raw-int,channels=2,rate=44100,signed=(boolean)true, width=16,depth=16,endianness=1234". appsrc is-live=1 do-timestamp=1 name="appsrc" ! queue ! audioconvert ! audioresample ! autoaudiosink name="audiosink".

The min_latency is set to 200.

Can anyone help me to solve issue??? Thanks.
Reply | Threaded
Open this post in threaded view
|

Re: Audio latency

valerik931
Did you try to use gstreamer -1.0 ?
Reply | Threaded
Open this post in threaded view
|

Re: Audio latency

Baby Octopus
Administrator
Can you check which element is introducing the latency? Try enabling qos=1 in the sink