Hello,
I've already debugged it, and it is  a question of frame classification.
AFAIR the code responsible for the classification is in MprEncoder (I'm on
holidays so I can't check it right now). The frames classified as silence
aren't pushed down the graph and are not sent onto the wire. It's enough to
comment out one line of code to disable it. I think it's better to not use
the frame classification until CN "codec" is implemented.

Best Regards,
Andrzej Ciarkowski 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:sipxtapi-dev-
> [EMAIL PROTECTED] On Behalf Of Kwint
> Sent: Tuesday, February 06, 2007 3:57 PM
> To: [email protected]
> Subject: Re: [sipxtapi-dev] sipxtapi VAD
> 
> Alexander Chemeris <ipse.sipx <at> gmail.com> writes:
> 
> >
> > Hello,
> >
> > On 2/6/07, Kwint <kwint <at> centras.lt> wrote:
> > > Could anybody tell me, how to disable voice activity detection (VAD)
in
> > > sipxtapi. I mean, that i want to hear background noice, whene nobody
> > > speaking, not total silence :)
> > Are you sure it is not denoise effect?
> >
> Currently I'm running softphone with GSM codec. And these settings:
> sipxAudioSetGain(sipInst, 100);
> sipxAudioSetVolume(sipInst, SPEAKER , 100);
> sipxAudioSetAECMode(sipInst,SIPX_AEC_DISABLED);
> sipxAudioSetAGCMode(sipInst, false);
> sipxAudioSetNoiseReductionMode(sipInst,SIPX_NOISE_REDUCTION_DISABLED);
> 
> As I can see from the code, gsm isn't doing silence detection. Maybe there
is
> silence suppression code (like: it looks like silence, lets turn sound off
:)) ?
> 
> _______________________________________________
> sipxtapi-dev mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to