Hi..
I am trying to record in to a decstriptor but i am unable to do so..the changes done in the code of recording in a file are...
iMdaAudioRecorderUtility = CMdaAudioRecorderUtility::NewL(*this);
TMdaDesClipLocation cliplocation(buffer);
TMdaRawAudioClipFormat rawFormat;
TMdaRawAudioCodec codec;
TMdaAudioDataSettings audiosettings;
audiosettings.iSampleRate=8000;
audiosettings.iChannels=1;
//iMdaAudioRecorderUtility->OpenL(&cliplocation,NULL,NULL,NULL); //&codec,&audiosettings
Buffer is decribed as follows:::::
TBuf8<10000> buffer;