Telephony uplink problem
| Sat, 2005-06-04 08:14 | |
|
Hi All,
 For Telephony Uplink, I am using the SDK "Sound' example. After accepting a call, I manually try to play the sound from the "Sound" app, but no sucess. Its not even playing at device speaker. I tried ... iRecorderUtility->SetAudioDeviceMode(CMdaAudioRecorderUtility::ELocal); for playing during the call on device speaker. and for Telephony uplink ... iRecorderUtility->SetAudioDeviceMode(CMdaAudioRecorderUtility::ETelephonyNonMixed); but not working .. I am using Nokia 7610 can anybody please help me. thanks in advance. .. KiraN Puranik |
|






Forum posts: 76
Â
  Finally it worked for me. What I did is just created my own application for playing the sound not the Series 60 SDK Sample Application. But Now I am facing a strange problem.I am using ETelephonyNonMixed as ..
iRecorderUtility->SetAudioDeviceMode(CMdaAudioRecorderUtility::ETelephonyNonMixed);
it means in the docs ..
"When playing, the audio sample data is played to the telephony uplink and is not mixed with the device speaker."
but I can hear the sound at other endÂ
I want that sound to be played at telephonic uplink only. Does anybody knows about this behaviour??
Thanks in Advance.
..
KiraN Puranik.
Forum posts: 76
Some forum says that the API is brokenÂ
iRecorderUtility->SetAudioDeviceMode(CMdaAudioRecorderUtility::ELocal);
any other way to mute the device speaker and play sound only at Telephony uplink??
thanks.
..
KiraN Puranik
Forum posts: 19
iam trying to do that
but play over uplink does not work well
can u share ur code with me please
iam working in 9300
thanks
Forum posts: 5
iMdaAudioRecorderUtility->SetAudioDeviceMode( CMdaAudioRecorderUtility::EDefault);