
Originally Posted by
Sorcery-ltd
Some (most) .m4a files actually contain AAC (or eAAC+?), but it is in an MPEG4 container, so you'd have to extract the audio stream from the container and pass that data to the codec.
I'm not sure what site provided that info from google, but as far as I know it is incorrect, the format is ordinary MPEG4 and only the extension .m4a comes from Apple - many S60 phones can already play these files via the built-in player (and presumably also the audio player utility).
Mark
Thanks Yucca and Sorcery, for ur kind attention towards my query. Now I want to share a brief abt my observation...
Hello Yucca , I had gotten similar results by googling abt .m4a file formats.
And here is a link which describes clearly abt .m4a files
http://www.poikosoft.com/help/index...._(aacPlus).htm
Hello Sorcery,
I have tried to play a .m4a file on local music player of N70 and N95 . but they fails to play it. also i have tried on many diff player like
1- Core player (it plays but seems like some data missing ).
2- Helix player (N70 Unrecognised file format.)
2- ogg player (on N70 it play fine that file).
But on device specification on this forum for n95 i have seen supported audio formats
as below
Code:
Audio Formats AAC, AAC+, AMR-NB, AMR-WB, eAAC, eAAC+, M4A, MIDI Tones (poly 64), Mobile XMF, MP3, MP4, RealAudio 7,8,10, SP-MIDI, True tones, WAV, WMA
For N70 you will find also similar results.
Code:
but it is in an MPEG4 container, so you'd have to extract the audio stream from the container and pass that data to the codec.
As told above by Sorcery , I have tried initially to play them through simply by CMdaAudioOutputStream but it plays the file but total voice of audio was broken and seems like it was not decoded properly....
Please suggest....
Thanks