Re: Recording compressed audio file
Re: Recording compressed audio file
- Subject: Re: Recording compressed audio file
- From: rethish <email@hidden>
- Date: Fri, 06 Mar 2009 11:28:25 +0530
- Thread-topic: Recording compressed audio file
Title: Re: Recording compressed audio file
Hi,
We can record using Linear PCM , appleIMA4 and applelossless formats .
We also need to record in AAC format.
In the documentation We found that MPEG-4 Audio Object Type Constants are deprecated in MAC OS X 10.5
So, How can we record the ACC format?
Thank you
On 3/3/09 11:16 PM, "William Stewart" <email@hidden> wrote:
On Mar 2, 2009, at 8:48 PM, rethish wrote:
Hi,
We are using the 1.2 version of Speakhere application.
In the initWithURL method of the AudioRecorder we found ,
// Specify the recording format. Options are:
//
// kAudioFormatLinearPCM
// kAudioFormatAppleLossless
// kAudioFormatAppleIMA4
// kAudioFormatiLBC
// kAudioFormatULaw
// kAudioFormatALaw //
>>>
// When targeting the Simulator, SpeakHere uses linear PCM regardless of the format
// specified here. See the setupAudioFormat: method in this file.
>>>
this comment is wrong - the sim is not restricted any differently than the device is
[self setupAudioFormat: kAudioFormatLinearPCM];
Is it possible to use recording format other than Linear PCM ?
yes - that's what the main comment says above "Specify the recording format. Options are:"
Bill
Thank you.
_______________________________________________
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