linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] [Linphone-developers] Sound issues on Linphone for


From: Bùi Cường
Subject: Re: [Linphone-users] [Linphone-developers] Sound issues on Linphone for Android
Date: Fri, 6 May 2016 15:02:19 +0700

Hi,

Sorry I mean that the signal is not stable. In a sentence that i spoke, there are some words can not listen clearly!

Can u show me the best configurations that you've ever done?

Thanks!




Bùi Đình Cường

Email: address@hidden 
Skype: cuongdinhbui 
Mobile: (84) 981 931 458
________________________________________

2016-05-06 14:49 GMT+07:00 Eugene Punsal Lozada <address@hidden>:
Used to have problems on my nexus 6p and it's noise/echo cancellers.  When initializing the core I set the following in an attempt to ensure no conflict between the hw and sw echo cancellers. 

if (core.hasBuiltInEchoCanceler()) {

  Log.d(TAG, "Device has built in echo canceler, disabling software echo canceler");    core.enableEchoCancellation(false);

} else {

  Log.d(TAG, "Device has no  echo canceler, enabling software echo canceler");    core.enableEchoCancellation(true);

}

I also do the following:

- request audio focus when in a call so that its not interrupted by other audio events (like notifications from other apps etc...). release it after the call ends.

- I set the audio manager mode to MODE_IN_COMMUNICATION and revert it back to normal after the call.

I'm not sure which of the above exactly helped resolve my nexus6p problems, but my calls have been clear ever since.


On Fri, May 6, 2016 at 3:32 PM, Bùi Cường <address@hidden> wrote:
Hi,

Thanks for your response!

I try this config but the signal seem not good, the voice is usually interrupted.

[sound] 
echocancellation=0
agc=0
echolimiter=1


Is it depend on what kind of codec that I use?

Thanks!



Bùi Đình Cường

Email: address@hidden 
Skype: cuongdinhbui 
Mobile: (84) 981 931 458
________________________________________

2016-05-06 13:57 GMT+07:00 Nabeel <address@hidden>:

Hi,

For issue 1, I disabled Noise Suppression module and Automatic Gain Control module. For issue 2, I enabled Echo Limiter module (see http://www.linphone.org/technical-corner/linphone/documentation). That seems to have fixed these issues.

Nabeel

Hi Nabeel,

I also get this issue like u and haven't found solution to fix.

Do u fix this issue? If yes, please show me the solution.

Thanks!




Bùi Đình Cường

Email: address@hidden 
Skype: cuongdinhbui 
Mobile: (84) 981 931 458
________________________________________

2016-04-01 3:05 GMT+07:00 Nabeel <address@hidden>:

Hello,

I am using Linphone on Android and have the following modules enabled:

1. Noise Suppression
2. Acoustic Echo Cancellation
3. Automatic Gain Control

Although the sound quality is very good, there are a couple of issues:

1. The very first part of each sound / sentence gets chopped out (fraction of  a second), possibly due to the microphone use not being sensitive enough.

2. On some phones, the caller can hear an echo of their own voice, regardless of whether they have the loudspeaker on or off or whether the volume is high or low.

Please advise which settings can be used to fix these issues.

Nabeel


_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]