Playing voice clip to the telephony uplink on Nokia 6600

Login to reply to this topic.
Thu, 2004-01-22 16:17
Joined: 2004-01-22
Forum posts: 2
Hi,

I am using CMdaAudioRecorderUtility to play sound (AMR) to the telephony uplink (ETelephonyNonMixed) when the call is in progress. It works great on 7650/3650. But when I have ported it to the 6600 using Series 60 SDK v2.0, it does not work properly. The sound clip is not played actually. CMdaAudioRecorderUtility simply opens the file and then finishes playing process immediately. I have the feeling like something is interrupting playing. I have set the priority of the CMdaAudioRecorderUtility to the EMdaPriorityMax, but it does not help. The same problem arises when trying to record voice from the telephony downlink. Does anyone have the same problem? Could someone help with this problem? Thank you.

Regards,

David

Fri, 2004-01-23 03:25
Joined: 2003-04-01
Forum posts: 142
Playing voice clip to the telephony uplink on Nokia 6600
Hi

Are you checking the error code in call back function ? I tried to record phonecall in 6600 couple of times, but gave up shortly, since the recording seems to give -13 error every time a phonecall is in process.

yucca
Thu, 2004-01-29 13:23
Joined: 2003-09-25
Forum posts: 24
Playing voice clip to the telephony uplink on Nokia 6600
Hi,

CMdaAudioRecorderUtility* NewL
(
MMdaObjectStateChangeObserver& aObserver,
CMdaServer* aServer=NULL,
TInt aPriority=EMdaPriorityNormal,
TMdaPriorityPreference aPref=EMdaPriorityPreferenceTimeAndQuality
);


Passing TInt aPriority = 80 should solve the problem.

Really strange though it works only for 80.

- Sym_Pro
Thu, 2004-01-29 14:45
Joined: 2003-10-10
Forum posts: 32
Playing voice clip to the telephony uplink on Nokia 6600
aPriority = 80 may also solve the same problem for other Audio classes such as streaming.
Thu, 2004-01-29 17:18
Anonymous (not verified)
Forum posts: 2043
Playing voice clip to the telephony uplink on Nokia 6600
Thanks! this is really strange.

David
Fri, 2005-06-03 07:57
Joined: 2005-06-03
Forum posts: 7
Re: Playing voice clip to the telephony uplink on Nokia 6600
 
hi
  i have same problem with playing voice clip to the telephone uplink on NOKIA 6630.
its not working even with priority 80.
Sat, 2005-06-04 08:07
Joined: 2005-06-01
Forum posts: 76
Re: Playing voice clip to the telephony uplink on Nokia 7610
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
 
Tue, 2005-08-02 04:20
Joined: 2003-04-01
Forum posts: 142
Re: Playing voice clip to the telephony uplink on Nokia 6600
the implementation for SetAudioDeviceMode function is proken, and will have no efect at all, for more information, see known issues documentation from nokia.

With OS 7.0s phones, using priority 80- definetely works. With OS 8.0 phones, there are some other stuff that needs to be set, and this information is given by nokia in case-by-case basis, for very well selected partners, according to their business case needs. The information is also given under strict NDA, so nobody seems to be eager for leaking this information to public.

yucca
  • Login to reply to this topic.