Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 139779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:29:47+00:00 2026-05-11T07:29:47+00:00

A voice recorder doesn’t need uncompressed Linear PCM audio. Compressed AMR would do fine.

  • 0

A voice recorder doesn’t need uncompressed Linear PCM audio. Compressed AMR would do fine. The iPhone framework built for recording audio is simple enough, but the only examples I’ve found for setting up the audio format (which come from Apple) use LinearPCM. I’ve tried various other combinations of values, but can’t seem to get anything to work.

Does anybody have any code that actually records AMR?

Edit: The AMR format is one of the options for setting the data type, but the other options (packet size, frame size, etc.) don’t seem to match up no matter what I set them to.

Edit: Here’s what I have for the PCM version:

/*  If we want to use AMR instead of PCM:  AMR Format:  Sampling Frequency: 8 kHz/13-bit (160 samples for 20 ms frames), filtered to 200-3400 Hz  eight source codecs :  12.2, 1.2, 7.95, 7.40, 6.70, 5.90, 5.15, 4.75 kbit/s  generated frame length: 244, 204,  159,  148,  134,  118,  103,   95 bits per frame  */ format->mFormatID = kAudioFormatLinearPCM; format->mSampleRate = 8000.0;    //8 kHz format->mFramesPerPacket = 1;    //1 frame per packet format->mChannelsPerFrame = 1;    //Mono format->mBytesPerFrame = 2;        //8/bits per frame (round up) format->mBytesPerPacket = 2;    //Same as bytes per frame format->mBitsPerChannel = 16;    //16-bit audio format->mReserved = 0;            //always 0 format->mFormatFlags = kLinearPCMFormatFlagIsBigEndian |                        kLinearPCMFormatFlagIsSignedInteger |                        kLinearPCMFormatFlagIsPacked; 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T07:29:47+00:00Added an answer on May 11, 2026 at 7:29 am

    AMR codec is NOT supported for encoding/recording on the iPhone, albeit it is supported for playback: this is the reason the kAudioFormatAMR constant exists.

    Official api says that supported encoding formats are:

    • ALAC (Apple Lossless) ~> kAudioFormatAppleLossless
    • iLBC (internet Low Bitrate Codec, for speech) ~> kAudioFormatiLBC
    • IMA/ADPCM (IMA4) ~> kAudioFormatAppleIMA4
    • linear PCM ~> kAudioFormatLinearPCM
    • µ-law ~> kAudioFormatULaw
    • a-law ~> kAudioFormatALaw

    You may try one of these formats or use an open source AMR encoder as goldenmean suggests.

    edit: Updated Official api link

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have some raw voice audio that we need to distribute over the internet.
I am recording voice on iPhone using AVAudioRecorder and these are my recorder settings:
I have created a voice recorder applet. The output sound file will be .wav
The new iPhone 3GS has support for voice commands, stuff like call Bill or
Thanks for previous replies I am doing application with android inbuilt voice recorder. i
I have been trying to integrate my very simple voice recorder app with the
For my cocos 2d game I want to detect voice from iPhone's mic and
noob here and need help from the pros... i am doing a voice record
i am creating a voice recorder app for tablet.i tried the below code for
I have some audio files of different types -- .mp3, .amr -- saved on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.