Reading packets from an audio file
Reading packets from an audio file
- Subject: Reading packets from an audio file
- From: rethish <email@hidden>
- Date: Fri, 20 Feb 2009 09:41:21 +0530
- Thread-topic: Reading packets from an audio file
Title: Reading packets from an audio file
hai,
when I use the functions,
AudioFileGetProperty(audioFileID, kAudioFilePropertyAudioDataPacketCount, &ioDataSize, &outPropertyData); and
AudioFileReadPackets(audioFileID, false,
&numByte, buffer->mPacketDescriptions, startingPacketNumber,
&numPacket, buffer->mAudioData);
I get different value when compared to the real packet number of the audiofile.
I work with .caf files .
and I am also little bit confused with “ ioDataSize “ , the third argument of the AudioFileGetProperty();
function.
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