sonuarya / csipsimple

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

using iLBC in Netphone 701 ARM11 600MHz #1284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Installed CSipSimple
2. Enabled iLBC
3. Call Someone

What is the expected output? What do you see instead?
there's an echo and garbled voice, is it possible to use iLBC using this 
phone.. settings BITS PER SAMPLE = 8K, SND CLOCK RATE = 16K, SND MEDIA QUALITY 
= 1, ECHO MODE = 2

What version of the product are you using? On what operating system?
Netphone 701 Specs

OS: Android Froyo 2.2 (with SMARTNET)
Processor: ARM11 600MHZ

Please provide any additional information below.

Original issue reported on code.google.com by reuel.j...@gmail.com on 22 Sep 2011 at 11:53

GoogleCodeExporter commented 9 years ago
Are you using a nightly build or the market version?

Market version still use the floating point implementation of iLBC which is not 
performant at all for CPU that does not support floating point instructions.

Nightly builds now integrates the iLBC fixed point implementation from WebRTC 
project which should be more suitable for mobile CPU of previous gen 
smartphones.

Original comment by r3gis...@gmail.com on 22 Sep 2011 at 12:17

GoogleCodeExporter commented 9 years ago

Original comment by r3gis...@gmail.com on 25 Sep 2011 at 9:09