Hello, guy!
I want to make a media player.
Is there any sound decoder used for symbian?
I want to decode some files just like mp3, wma, etc.
Thx~
Hello, guy!
I want to make a media player.
Is there any sound decoder used for symbian?
I want to decode some files just like mp3, wma, etc.
Thx~
why you need tp decode them, if you just want to play them ?, anyway, you should first decide which programming language you want to use, and then ask the question under the correct technology section.
language: c++
IDE: carbide.c++ 2.0.4
SDK: S60 3rd FP2
Sound files like mp3 can be played directly on symbian?
If I have a mp3 file ,can I play it directly?or decode it first, then play it?
Yes they can, you could for exmaple check Wiki for Audio playing exmaples. Anyway, do note that some SDK's can not play Mp3, but all 3rd devices should be able to play the files.
So, which data type is supported in 3rd?
Can you tell me please?
Maybe I still have to look for decoder of files which 3rd is not supported.
Last edited by lth0721; 2009-10-22 at 06:09. Reason: spelling
Basically the support depends on what codecs are installed into the device, so for the actual support you should check device technical specs.