CAAudioFile bug
CAAudioFile bug
- Subject: CAAudioFile bug
- From: Antoine Misout <email@hidden>
- Date: Sun, 29 May 2005 11:46:13 -0400
While reading some mp3/aac I found what I think is a bug in CAAudioFile:
When reading from it the first time, I have:
mFrameMark 0
mFrame0Offset 1152
mFramesToSkipFollowingSeek 0
Reading the whole file, I get exactly GetNumberOfFrames() frames.
Then, after seeking to 0 (Seek(0)), I have:
mFrameMark 0
mFrame0Offset 1152
mFramesToSkipFollowingSeek 1152
And rereading the whole file, I get GetNumberOfFrames() - 1152 frames.
Any idea ?
Antoine
_______________________________________________
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