Recording compressed audio file
Recording compressed audio file
- Subject: Recording compressed audio file
- From: rethish <email@hidden>
- Date: Mon, 02 Mar 2009 15:24:58 +0530
- Thread-topic: Recording compressed audio file
Title: Recording compressed audio file
Hi,
I use SpeakHere application which record only the uncompressed audio.
I need to record compressed audio file. How it can be done ?
I got the properties of a compressed audio file
Like
audioFormat.mFormatFlags = 2
audioFormat.mFramesPerPacket = 1024;
audioFormat.mBitsPerChannel = 0;
audioFormat.mBytesPerPacket = 0;
audioFormat.mBytesPerFrame = 0;
So I tried to record the new file by setting these properties. But I can’t record it.
Thank you in advance.
_______________________________________________
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