Symbian C++ Mp3 Streaming Hi,
I want to play streamed mp3 in my S60 2nd edition phones like N70 and 3230.
I am using CMdaAudioOutputStream class. since in s60 2.1 phones,using this Api I can only play PCM data, I need to convert the mp3 data received from the network into pcm data. since this devices have and inbuilt MP3 decoder can i use the decoder to decode my mp3 data frame by frame? Using CMMFCodec once i succesfully converted from ARM to PCM using the ProcessL function. Can I use the framework to convert mp3 to PCM buffer by buffer using
CMMFCodec::NewL(KMMFFourCCCodeMP3, KMMFFourCCCodePCM16)
Or do I need to use a decoder like madlib. Ya in devices below S60 V2.1 Mp3 decoders are not available and I need to use a decoder.
regards, |