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

  • Home
  • SEARCH
  • 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

Ask A Question

Stats

  • Questions 104k
  • Answers 104k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If you can disallow loops (outputs linking back to inputs),… May 11, 2026 at 8:34 pm
  • Editorial Team
    Editorial Team added an answer If you put a route constraint on the first one… May 11, 2026 at 8:34 pm
  • Editorial Team
    Editorial Team added an answer I had a similar error once. It turned out to… May 11, 2026 at 8:34 pm

Related Questions

A voice recorder doesn't need uncompressed Linear PCM audio. Compressed AMR would do fine.
I have an Electronic Workforce (EWF) application that records the caller speaking. The system
How could I take MP3 and convert the speech to text? I've got some
Do all voice-to-text algorithms of current technology operate in real-time? I don't mean with
Update I summarized the question and its answers here My objective is to detect

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.