0

Is there any way to play .m4a files in Android ?

I have a music player application that can play .mp3 files, but it does not play .m4a files.

Any ideas?

Infinite Recursion
  • 6,511
  • 28
  • 39
  • 51
MetaSnarf
  • 5,857
  • 3
  • 25
  • 41
  • 1
    Android supports m4a container: http://developer.android.com/guide/appendix/media-formats.html . But it could contain variously encoded data. So you need to know particular codec not container. – eleven Jun 09 '14 at 09:16
  • im sorry but im very new to this topic i dont really have an idea. But is there an existing codec that i can use? how do i implement it? T_T – MetaSnarf Jun 09 '14 at 09:25
  • If you're new then you should read some theory( http://www.techhive.com/article/213612/all_about_video_codecs_and_containers.html ). – eleven Jun 09 '14 at 09:37
  • Thanks for this man...it's really a big help. owe u one.. – MetaSnarf Jun 09 '14 at 09:42
  • can i embed vlc player for my app? how do i use it? :( – MetaSnarf Jun 09 '14 at 10:15

0 Answers0