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: Mon, 9 May 2016 09:17:23 +0700

Hi Eugene,

I check a gain and the RTP audio stats like below:

05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ AUDIO SESSION'S RTP STATISTICS
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ -----------------------------------------------------------
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ sent                                       6395 packets
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ 1377 duplicated packets
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ 746662 bytes
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ received                                   6661 packets
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ 0 duplicated packets
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ 636791 bytes
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ incoming delivered to the app            580019 bytes
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ incoming cumulative lost                    268 packets
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ incoming received too late                  497 packets
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ incoming bad formatted                        0 packets
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ incoming discarded (queue overflow)           0 packets
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ sent rtcp                                    35 packets
05-09 09:12:31.768  26534-26534/org.linphone I/Encrypt Chat﹕ received rtcp                                82 packets


Besides, I received some warnings such as:


Receiving packet with unknown payload type 72
Excess of audio samples in capture side bytes=1920 (20 ms) 

Can u give any suggest?

Thanks!
 



Bùi Đình Cường

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

2016-05-06 15:14 GMT+07:00 Eugene Punsal Lozada <address@hidden>:
Could it be latency/loss related?  Have you checked the RTP audio stats after the call and see if you had a lot of dropped/delayed packets?


On Fri, May 6, 2016 at 4:02 PM, Bùi Cường <address@hidden> wrote:
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



_______________________________________________
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]