Volume bug

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

Volume bug

rasnaut
Hi, to all!
I have problem with "volume" plugin. I have class for audio stream:
alsasrc ! adioconvert ! identity ! volume ! alsasink.
I have 24-th audio streams where volume have TRUE in mute property.
When I start program I click on any channel and on hearing life sound (mute property switched to false).
So all worked good but if I hearing one channel until few minutes I start hear some interference, noise. As result the channel is completely fades. That effect has in all  channels. Parallel I write channels in audio files (use identity) and it's all right. And if I use adiotestsrc all are working without problems. So, anybody know, what do with this?
Reply | Threaded
Open this post in threaded view
|

Re: Volume bug

rasnaut
I deleted from my pipline all filters. Now my pipline looks like:
alsasrc ! audio/x-raw ! audiocovert ! alsasink
But problem has stay . Normal sound during 30 seconds, after gurgling, next all finely subsides, and after all that sound normalized again.
So, I think, maybe need synchronized src and sink devices, set the same details (rate, I think). Or use some properties of alsasink. Anybody know what I must do it? And one more things, how set details for last plugin (alsasink) in C++?
Reply | Threaded
Open this post in threaded view
|

Re: Volume bug

saepia
I am afraid you started to ask questions on mailing list before you
have read the manual.

Manual knows how to do it.

m.

2012/8/14 rasnaut <[hidden email]>:

> I deleted from my pipline all filters. Now my pipline looks like:
> alsasrc ! audio/x-raw ! audiocovert ! alsasink
> But problem has stay . Normal sound during 30 seconds, after gurgling, next
> all finely subsides, and after all that sound normalized again.
> So, I think, maybe need synchronized src and sink devices, set the same
> details (rate, I think). Or use some properties of alsasink. Anybody know
> what I must do it? And one more things, how set details for last plugin
> (alsasink) in C++?
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Volume-bug-tp4655926p4655936.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Volume bug

rasnaut
I was reading manual of alsasink plugin,
"Application Development Manual", but i can't find there answer for my question. May be I'm blind, If you know where i must find get me link, please. I will be very thank.