From f406d843f4130835f9a5a740c9bc6ecbdbf5c610 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 4 May 2008 16:41:31 +0200 Subject: [PATCH] src/gstaubiotempo.c: limit to one channel for now, improve examples --- src/gstaubiotempo.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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); -- 2.11.0