Why Option Button stops the sound file in N-Gage and Nokia 3650
| Tue, 2005-09-06 06:01 | |
|
Hi , I m facing a strange problem ....I am playing sound files and using CMdaAudioRecorderUtility for this...simulataneosly some blinking of text is going on.....The strange thing happens is when I click the Option button ....sound playing stops while text blinking is going on....I am facing this problem only in N-Gage and Nokia 3650....its working fine in 6600,6680,6620 .....I m unable to find out what happens wrong when I press option button in case of N-Gage and 3650.... Plz help me as this is very important for me. Thanks in Advance... Regards, Pankaj Wise People talk because they have something to say . Fools talk because thay have to say somthing. |
|






Forum posts: 44
Does anyone know how to setting CMdaAudioRecorderUtility ?
I use CMdaAudioRecorderUtility to record voices in 6600, it went okay, the speed is normal.
But, when I use it in 6680 (the same program, the same settings)...the speed is not normal at all, it is much faster that in 6600 (playing mode)
here are my setting when playing
=========================================
CMdaAudioRecorderUtility* iMdaAudioRecorderUtility;
iMdaAudioRecorderUtility->SetAudioDeviceMode(CMdaAudioRecorderUtility::ELocal);
iMdaAudioRecorderUtility->SetVolume(iMdaAudioRecorderUtility->MaxVolume() - (iMdaAudioRecorderUtility->MaxVolume() / 4));
iMdaAudioRecorderUtility->SetPosition(iPosition);
iMdaAudioRecorderUtility->PlayL();
here are my setting when recording
=========================================
iMdaAudioRecorderUtility->SetGain(iMdaAudioRecorderUtility->MaxGain());
iMdaAudioRecorderUtility->SetPosition(TTimeIntervalMicroSeconds(0));
iMdaAudioRecorderUtility->RecordL();
Could anyone please tell me the problem? I would appreciate it.
Best regards,
Irma