• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
iLBC Recording Parameters on iPhone
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

iLBC Recording Parameters on iPhone


  • Subject: iLBC Recording Parameters on iPhone
  • From: "Mr. William Mortimore" <email@hidden>
  • Date: Wed, 01 Oct 2008 13:11:11 -0500

I am trying to use the iLBC audio format when recording and playing voice on the iPhone. Core Audio documentation clearly shows this is supported on the iPhone, but the documentation is pretty vague for required parameters for this format. The audio format id is clear - kAudioFormatiLBC. 

Also is is clear that there are no flags.

I can't find anything else in the Apple documentation.

I tried to derive the settings from the rfc 3952 which defines this and came up with:

audioFormat.mSampleRate = 50.00;
audioFormat.mFormatID = kAudioFormatiLBC;
audioFormat.mFormatFlags = 0;
audioFormat.mFramesPerPacket = 1;
audioFormat.mChannelsPerFrame = 1;
audioFormat.mBitsPerChannel = 0;
audioFormat.mBytesPerPacket = 38;
audioFormat.mBytesPerFrame = 0;


NO dice. Any Clues?

Mr. William Mortimore
S76W13054 Cambridge Ct. W.
Muskego, WI 53150
414-841-6067
Fax:414-425-9155
email@hidden



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: iLBC Recording Parameters on iPhone
      • From: "Eric M. Aldrich I" <email@hidden>
  • Prev by Date: Re: Failure of MIDIDeviceCreate
  • Next by Date: Re: iLBC Recording Parameters on iPhone
  • Previous by thread: Re: Failure of MIDIDeviceCreate
  • Next by thread: Re: iLBC Recording Parameters on iPhone
  • Index(es):
    • Date
    • Thread