Re: [libav-devel] [PATCH] libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions

2011-04-13 Thread Martin Storsjö
On Wed, 13 Apr 2011, Ronald S. Bultje wrote: > On Wed, Apr 13, 2011 at 3:09 PM, Martin Storsjö wrote: > > DTX, discontinuous transmission, allows emitting frames with > > comfort noise when no voice is detected in the input audio. > > --- > >  libavcodec/libopencore-amr.c |   15 ++- >

Re: [libav-devel] [PATCH] libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions

2011-04-13 Thread Ronald S. Bultje
Hi, On Wed, Apr 13, 2011 at 3:09 PM, Martin Storsjö wrote: > DTX, discontinuous transmission, allows emitting frames with > comfort noise when no voice is detected in the input audio. > --- >  libavcodec/libopencore-amr.c |   15 ++- >  libavcodec/libvo-amrwbenc.c  |   13 -

[libav-devel] [PATCH] libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions

2011-04-13 Thread Martin Storsjö
DTX, discontinuous transmission, allows emitting frames with comfort noise when no voice is detected in the input audio. --- libavcodec/libopencore-amr.c | 15 ++- libavcodec/libvo-amrwbenc.c | 13 - 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/libav