Recording in AIFF format
Recording in AIFF format
- Subject: Recording in AIFF format
- From: Santosh Kumar <email@hidden>
- Date: Tue, 10 Mar 2009 17:18:26 +0530
Hi All ,
For recording in AIFF format on iPhone i am setting following parameters for Audio description but the recording doesn't get started can any body tell me where i am doing mistake? audioFormat.mSampleRate = 44100.0; audioFormat.mFormatID = kAudioFormatLinearPCM; audioFormat.mChannelsPerFrame = 1; audioFormat.mFormatFlags = kAudioFormatFlagIsSignedInteger |kAudioFormatFlagIsPacked; audioFormat.mFramesPerPacket = 1; audioFormat.mBitsPerChannel = 16; audioFormat.mBytesPerPacket = 2; audioFormat.mBytesPerFrame = 2;
Regards, Santosh Kumar
|
_______________________________________________
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