linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Yotaphone 2 sound issue


From: Павел Красавин
Subject: [Linphone-developers] Yotaphone 2 sound issue
Date: Mon, 2 Feb 2015 15:43:33 +0300

Hello,

does anyone tested linphone with Yotaphone 2 device?
Seems there is sound distortion instead of normal voice when speaking.

I've made small patch, not sure it's proper but it works for me:

diff --git a/src/audiofilters/devices.c b/src/audiofilters/devices.c
index 5222422..c0743cb 100644
--- a/src/audiofilters/devices.c
+++ b/src/audiofilters/devices.c
@@ -112,6 +112,7 @@ static SoundDeviceDescription devices[]={
     {    "LENOVO",        "Lenovo B6000-F",        "",DEVICE_HAS_BUILTIN_AEC_CRAPPY,300},
    
     {    "Enspert",        "IGGY",        ""        ,    0,    320 ,0}, /*Wiko iggy*/
+    {    "Yota Devices Limited",    "YD201",    "msm8974",    DEVICE_HAS_BUILTIN_AEC | DEVICE_HAS_BUILTIN_OPENSLES_AEC,    0, 48000 },  /* Yotaphone 2 */
     {    NULL, NULL, NULL, 0, 0,0}
 };
 

Regards,
Pavel.

reply via email to

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