From: Paul Brossier Date: Sun, 4 May 2008 14:41:31 +0000 (+0200) Subject: src/gstaubiotempo.c: limit to one channel for now, improve examples X-Git-Tag: 0.10.0.1~3 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=f406d843f4130835f9a5a740c9bc6ecbdbf5c610;p=gst-aubio.git src/gstaubiotempo.c: limit to one channel for now, improve examples --- diff --git a/src/gstaubiotempo.c b/src/gstaubiotempo.c index 24273d3..9a49560 100644 --- a/src/gstaubiotempo.c +++ b/src/gstaubiotempo.c @@ -26,11 +26,9 @@ * Example launch line * * - * gst-launch -v -m audiotestsrc ! aubiotempo ! fakesink silent=TRUE - * gst-launch filesrc location=file.wav ! waveparse ! audioconvert ! \ - * aubiotempo silent=FALSE ! audioconvert ! alsasink - * gst-launch filesrc location=file.mp3 ! mad ! audioconvert ! \ - * aubiotempo silent=FALSE ! audioconvert ! alsasink + * gst-launch -v -m audiotestsrc ! aubiotempo ! fakesink + * gst-launch filesrc location=audiofile ! decodebin ! audioconvert ! \ + * aubiotempo silent=FALSE ! audioconvert ! autoaudiosink * * * @@ -73,7 +71,7 @@ enum " width=(int)32," \ " endianness=(int)BYTE_ORDER," \ " rate=(int)44100," \ - " channels=(int)[1,MAX]" + " channels=(int)1" GST_BOILERPLATE (GstAubioTempo, gst_aubio_tempo, GstAudioFilter, GST_TYPE_AUDIO_FILTER);