Telephony uplink problem

Login to reply to this topic.
Sat, 2005-06-04 08:14
Joined: 2005-06-01
Forum posts: 76
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

Sat, 2005-06-04 14:12
Joined: 2005-06-01
Forum posts: 76
Re: Telephony uplink problem
Hi All,
 
   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  Grin as well as at  device speaker   Angry

I want that sound to be played at telephonic uplink only. Does anybody knows about this behaviour?? Huh

Thanks in Advance.

..
KiraN Puranik.
Wed, 2005-06-08 05:29
Joined: 2005-06-01
Forum posts: 76
Re: Telephony uplink problem
Hi All NewLCians !!

Some forum says that the API is broken  Sad
 
iRecorderUtility->SetAudioDeviceMode(CMdaAudioRecorderUtility::ELocal);
any other way to mute the device speaker and play sound only at Telephony uplink??

thanks.

..
KiraN Puranik
Tue, 2005-07-26 08:38
Joined: 2005-07-14
Forum posts: 19
Re: Telephony uplink problem
hi
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
Tue, 2005-08-16 08:09
Joined: 2005-08-16
Forum posts: 5
Re: Telephony uplink problem
what about that?

iMdaAudioRecorderUtility->SetAudioDeviceMode( CMdaAudioRecorderUtility::EDefault);
  • Login to reply to this topic.