[gst-devel] how to playback recorded audio

Edgard Lima edgard.lima at indt.org.br
Thu Jan 4 19:45:38 CET 2007


there is a bug in gstreamer to be solved soon...in the meantime try
putting sync=false like:
gst-launch-0.10 osssrc ! osssink sync=false
or
gst-launch alsasrc ! alsasink sync=false

BR,
Edgard


ext Stefan Kost escreveu:
> hi,
>
> jp_liu at astrocom.cn wrote:
>   
>> hi, all:
>>
>> I want to playback currently recorded audio using gst-launch, 
>> gst-launch-0.10 osssrc ! 'audio/x-raw-int,rate=[32000,64000],width=[16,32],depth={16,24,32},signed=(boolean)true' ! osssink
>>     
>
> if you specify a capsfilter, then specify fixed settings, not ranges, e.g.:
>
> gst-launch-0.10 osssrc !
> audio/x-raw-int,rate=32000,width=16,depth=16,signed='(boolean)'true !
> osssink
>
> Stefan
>
>   
>> but I can not hear anything. why?
>>
>> thanks
>>
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> -------------------------------------------------------------------------
>> 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
>>     
>
>
>   
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> 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
>   





More information about the gstreamer-devel mailing list