[gst-devel] adder, tee and two sinks -- second try

Mathis Hofer mathis.hofer at dreamlab.net
Thu Mar 22 10:13:40 CET 2007


Hi Christophe

Thank you very much for your answer!
It helped, it's working fine without synchronization.

Man, you saved my neck... ;-)

Mathis


Christophe Dehais wrote:
> Hello and sorry if this is of no interests here ...
> 
> Having 2 sound cards, I split up any sound produced by gstreamer
> application thanks to a gconfaudiosink profile that is:
> 
> audioconvert ! audioresample ! tee name=t t.src1 ! queue ! alsasink
> sync=false device=ymfpci t.src2 ! queue ! alsasink sync=false
> device=default
> 
> What has to be noticed is the 'sync=false' parameter. Without it I
> also got crackling sound in one of the sound cards.
> 
> hope this help,
> Christophe
> 
> 
> On 3/21/07, Mathis Hofer <mathis.hofer at dreamlab.net> wrote:
>> sorry forgot to copy...
>>
>>
>> Hallo René
>>
>> > Try whether the following command runs correctly:
>> >
>> > gst-launch-0.10 audiotestsrc ! audioconvert ! alsasink device=hw:0 \
>> >  audiotestsrc ! audioconvert ! alsasink device=hw:1
>> With this pipeline I get exactly the same effect like with my example
>> pipeline. The second alsasink always makes a crackling noise, no matter
>> which one it is.
>>
>> > If this fails with the same symptoms, I'd suspect you trigger a problem
>> > with alsasink.
>> Okay?
>>
>> > You could also try to replace the alsasinks in your test program with
>> > wavenc ! filesink, sending each output to an own wav file which you can
>> > inspect afterward.
>> This is interesting. When sending each output to a wav file, everything
>> seems okay, no crackling noise. You may be right, it looks like a
>> problem with alsasink...
>>
>> Mathis
>>
>> -- 
>> DreamLab Technologies AG
>> Monbijoustrasse 36
>> 3011 Bern
>> Switzerland
>>
>> Tel: +41 31 398 66 66
>> Fax: +41 31 398 66 69
>>
>> PGP Key ID: 2462240B
>>
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to
>> share your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>>
>>
>>

-- 
DreamLab Technologies AG
Monbijoustrasse 36
3011 Bern
Switzerland

Tel: +41 31 398 66 66
Fax: +41 31 398 66 69

PGP Key ID: 2462240B

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20070322/b5e0a9b9/attachment.pgp>


More information about the gstreamer-devel mailing list