views:

26

answers:

2

Hi :)

I want to develop an application for iPhone that plays mp3 files. Which framework and functions should I work with?

Thanks in advance,

Sagifw

+1  A: 

You can't use audio toolbox.

It only plays uncompressed formats.

Use AVAudioPlayer instead.

tadej5553