This page was last modified 07:00, 19 June 2008.
KIS001042 - Full duplex with PCM16 codec produces echo on Nokia N95 with AD-54 headset
From Forum Nokia Wiki
| ID | KIS001042 | Creation date | June 19, 2008 |
| Platform | S60 3rd Edition, FP1 | Devices | Nokia N95, Nokia N95 8GB |
| Category | Symbian C++ | Subcategory | Audio, Hardware |
Description
Simultaneous audio playback and recording (full duplex) may result in echo and/or feedback loop when certain wired headsets are attached and audio is being streamed in uncompressed PCM16 format.
How to reproduce
The example application S60 Platform: Full-Duplex Audio Example supports four codecs: AMR, G.711, G.729, and iLBC.
With the following modifications, also support for PCM16 format can be added:
// Specify PCM16 fourCC as follows:
fourCC = TFourCC(' ', 'P', '1', '6');
// Sample rate:
conf.iRate = EMMFSampleRate16000Hz;
// Buffer size: const TUint KBufferLength = 0x2000;
Running full-duplex audio with this configuration works fine on most devices, but produces echo on the Nokia N95 when used with the AD-54 headset.
Solution
No solution exists.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| nokia 6620 & hulger p*phone | ginoe829 | General Discussion | 1 | 2005-11-10 05:52 |
| E-61 not connecting to BH 800 Bluetooth headset | rvaccha | Bluetooth Technology | 0 | 2007-02-20 07:11 |
| Bluetooth headset problem - 6021 | cruiserkh | Mobile Java General | 3 | 2008-09-26 04:50 |
| Nokia HDW-2 Bluetooth headset | mdswan | Nokia M2M | 1 | 2004-01-27 06:50 |
| G.729 codec problem | girishsahare | Symbian Media (Graphics & Sounds) | 3 | 2008-05-13 09:16 |

