5

Possible Duplicate:
Can an Android phone decode and play back a *.caf file w/ iLBC codec?

I am developing such type of application ,In my android application play a1.caf file .

I want to know ,is possible to play .caf file in android.

If yes ,then how to play ?

Jonik
  • 80,077
  • 70
  • 264
  • 372
Hemantvc
  • 2,111
  • 3
  • 30
  • 42
  • I don't think so android supports .caf audio format. Look at this link http://developer.android.com/guide/appendix/media-formats.html – Chirag Dec 20 '12 at 09:31

2 Answers2

7

No you can't http://developer.android.com/guide/appendix/media-formats.html state's all the formats used.

You would have to convert to AAC or WAV before you can use it

Blundell
  • 75,855
  • 30
  • 208
  • 233
3

Android not listed in doc of support media format, means you can't, check out supported media format which android provide.

Android supported media formats

RobinHood
  • 10,897
  • 4
  • 48
  • 97