I want to know if someone success recording in amr file with Nokia 6630 and Nokia 6600 and what I have to do to reach my goal?
The code given here allow you to play an amr file with the sound example given in the sdk , the problem that I can not record in amr format with it as written in newlc.
// Open an existing sample file for playback or recording,
// causes MMdaObjectStateChangeObserver::MoscoStateChangeEvent to be called
//iMdaAudioRecorderUtility->OpenFileL(KRecorderFile);
iMdaAudioRecorderUtility->OpenFileL(KRecorderFile,KMMFExControllerUID,KMMFExControllerUID,KMMFExDesFormatUID,KMMFFourCCCodeAMR);
}