John
John

Reputation: 386

What format to use for recording audio?

I am working on an iPhone application. I am trying to record audio and upload it to my server.

I want to save it in the smallest size. Which format type should I use? Can I record it in mp3 format?

Upvotes: 2

Views: 942

Answers (1)

odrm
odrm

Reputation: 5269

You should start by reading Audio & Video Starting Point. The supported file formats of iOS are available in table 2-5 here - iOS does not support recording MP3s.

Upvotes: 4

Related Questions