Playing voice clip to the telephony uplink on Nokia 6600
| Thu, 2004-01-22 16:17 | |
|
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 |
|






Forum posts: 142
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
Forum posts: 24
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
Forum posts: 32
David
Forum posts: 7
hi
i have same problem with playing voice clip to the telephone uplink on NOKIA 6630.
its not working even with priority 80.
Forum posts: 76
 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: 142
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