From 063fa048b38d6aea79f8aaed4654cfe1a3f9a0b2 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Wed, 3 Sep 2014 15:01:35 -0400 Subject: example: Sources need to be live In current state this commandline example produce choppy audio, with warning: "Unexpected discontinuity in audio timestamps of -0:00:03.168625000, resyncing". Setting the source to live, as it's suppose to be, fixes the issue. --- examples/commandline/simple-call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/commandline/simple-call.c b/examples/commandline/simple-call.c index 17a6e371..d7546383 100644 --- a/examples/commandline/simple-call.c +++ b/examples/commandline/simple-call.c @@ -32,7 +32,7 @@ #include #include -#define DEFAULT_AUDIOSRC "audiotestsrc" +#define DEFAULT_AUDIOSRC "audiotestsrc is-live=1" #define DEFAULT_AUDIOSINK "audioconvert ! audioresample ! audioconvert ! alsasink" typedef struct _TestSession -- cgit v1.2.1