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/

Reply via email to