View Single Post
  #1 (permalink)  
Old 08-06-2007, 01:08 PM
prasannavigneshr prasannavigneshr is offline
D-Web Incredible
 
Join Date: Feb 2007
Posts: 1,321
prasannavigneshr is on a distinguished road
Send a message via MSN to prasannavigneshr
Question 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,
__________________
Prasanna Vignesh
MCPD | Web Developer
Reply With Quote
Sponsored Links