How to disable Automatic Gain Control

RG
Ruddy Gbaguidi
Wed, Feb 15, 2017 10:59 PM

Hi,

We have a serious voice issue with PJSUA and we think it may come from the
Automatic Gain Control.

How, from the high level pjsua_media_config , we can disable the AGC.

Thanks.

Hi, We have a serious voice issue with PJSUA and we think it may come from the Automatic Gain Control. How, from the high level pjsua_media_config , we can disable the AGC. Thanks.
JL
JOHAN LANTZ
Thu, Feb 16, 2017 10:30 AM

On which platform?

From: pjsip on behalf of Ruddy Gbaguidi
Reply-To: pjsip list
Date: Wednesday, 15 February 2017 at 23:59
To: 'pjsip list'
Subject: [pjsip] How to disable Automatic Gain Control

Hi,
We have a serious voice issue with PJSUA and we think it may come from the Automatic Gain Control…
How, from the high level pjsua_media_config , we can disable the AGC.

Thanks.

On which platform? From: pjsip on behalf of Ruddy Gbaguidi Reply-To: pjsip list Date: Wednesday, 15 February 2017 at 23:59 To: 'pjsip list' Subject: [pjsip] How to disable Automatic Gain Control Hi, We have a serious voice issue with PJSUA and we think it may come from the Automatic Gain Control… How, from the high level pjsua_media_config , we can disable the AGC. Thanks.
RG
Ruddy Gbaguidi
Thu, Feb 16, 2017 11:32 AM

On windows

On Feb 16, 2017, 05:31, at 05:31, JOHAN LANTZ johan.lantz@telefonica.com wrote:

On which platform?

From: pjsip on behalf of Ruddy Gbaguidi
Reply-To: pjsip list
Date: Wednesday, 15 February 2017 at 23:59
To: 'pjsip list'
Subject: [pjsip] How to disable Automatic Gain Control

Hi,
We have a serious voice issue with PJSUA and we think it may come from
the Automatic Gain Control…
How, from the high level pjsua_media_config , we can disable the AGC.

Thanks.



Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

On windows On Feb 16, 2017, 05:31, at 05:31, JOHAN LANTZ <johan.lantz@telefonica.com> wrote: >On which platform? > >From: pjsip on behalf of Ruddy Gbaguidi >Reply-To: pjsip list >Date: Wednesday, 15 February 2017 at 23:59 >To: 'pjsip list' >Subject: [pjsip] How to disable Automatic Gain Control > >Hi, >We have a serious voice issue with PJSUA and we think it may come from >the Automatic Gain Control… >How, from the high level pjsua_media_config , we can disable the AGC. > > >Thanks. > > >------------------------------------------------------------------------ > >_______________________________________________ >Visit our blog: http://blog.pjsip.org > >pjsip mailing list >pjsip@lists.pjsip.org >http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
RG
Ruddy Gbaguidi
Thu, Feb 16, 2017 3:37 PM

We tried to disable if on the code by commenting :

SIMPLE_AGC(cport->last_mix_adj, cport->mix_adj);

In conference.c

Now, we do have a saturation issue.

Is there any a way to make sure that even a high volume of microphone doesn’t get distorted or capped ?

From: pjsip [mailto:pjsip-bounces@lists.pjsip.org] On Behalf Of Ruddy Gbaguidi
Sent: February 16, 2017 6:32 AM
To: 'pjsip list'
Subject: Re: [pjsip] How to disable Automatic Gain Control

On windows

On Feb 16, 2017, at 05:31, JOHAN LANTZ johan.lantz@telefonica.com wrote:

On which platform?

From: pjsip on behalf of Ruddy Gbaguidi
Reply-To: pjsip list
Date: Wednesday, 15 February 2017 at 23:59
To: 'pjsip list'
Subject: [pjsip] How to disable Automatic Gain Control

Hi,

We have a serious voice issue with PJSUA and we think it may come from the Automatic Gain Control…

How, from the high level pjsua_media_config , we can disable the AGC.

Thanks.


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

We tried to disable if on the code by commenting : SIMPLE_AGC(cport->last_mix_adj, cport->mix_adj); In conference.c Now, we do have a saturation issue. Is there any a way to make sure that even a high volume of microphone doesn’t get distorted or capped ? From: pjsip [mailto:pjsip-bounces@lists.pjsip.org] On Behalf Of Ruddy Gbaguidi Sent: February 16, 2017 6:32 AM To: 'pjsip list' Subject: Re: [pjsip] How to disable Automatic Gain Control On windows On Feb 16, 2017, at 05:31, JOHAN LANTZ <johan.lantz@telefonica.com> wrote: On which platform? From: pjsip on behalf of Ruddy Gbaguidi Reply-To: pjsip list Date: Wednesday, 15 February 2017 at 23:59 To: 'pjsip list' Subject: [pjsip] How to disable Automatic Gain Control Hi, We have a serious voice issue with PJSUA and we think it may come from the Automatic Gain Control… How, from the high level pjsua_media_config , we can disable the AGC. Thanks. _____ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org