[gst-devel] how to playback recorded audio

Stefan Kost ensonic at hora-obscura.de
Thu Jan 4 19:08:48 CET 2007


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





More information about the gstreamer-devel mailing list