Problem in Interjection of Sound on Nokia 6630
| Tue, 2005-04-26 13:33 | |
|
I am working on same codebase as for Nokia 6600/3650 etc. The Code works fine for Nokia 6600/3650. But its giving problems with Nokia 6630. I am using following line of code for recorder utility. iMdaAudioRecorderUtility = CMdaAudioRecorderUtility::NewL(*this,NULL,80); After that i tried setting each telephony mode(EDefault, ELocal etc.) but the problem persist and sound interjection is not happening. I am playing data using descriptor. I looked into the SDK there is no change in CMdaAudioRecorderUtility. Is anyone have clue that wat need to be changed to do interjection on Nokia 6630 as interjection is possible on it. Parvinder Jeet Singh |
|






Forum posts: 2
You can play message (.wav) on a call.
1) Pick up the call ( using AnswerIncomingCall())
2) create object of CMdaAudioPlayerutility
3) set priority to maximum.
4) call play from MapcInitComplete.
I hope it should work fine for you too..
GauravCh
Thanks and regards
Gauravch
Forum posts: 8
Parvinder Jeet Singh
Forum posts: 26
I'm having exactly the same problem as you. Any idea?
Forum posts: 42
Forum posts: 8
Parvinder Jeet Singh
Forum posts: 26
You are absolutely right, I just tested this app and it works on my 6630. So if anybody has an idea how to acheive this...