| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
| Hi Bill, Thanks a tone for your quick response. Please here it is more information 1. for another .mp3 file result i got as Sint64 theOffset = (primeOffset + 0); //it gives 576 ExtAudioFileSeek(fileRef,theOffset); ExtAudioFileTell(fileRef,&theOffset); /// theOffset gives 0 //read a sample frame of theNumPackets = 4096 ExtAudioFileRead(filRef,& theNumPackets,&BufferList); ExtAudioFileTell(fileRef,&theOffset); /// theOffset gives 4672 2. for another .m4a file result i got as Sint64 theOffset = (primeOffset + 0); //it gives 2112 ExtAudioFileSeek(fileRef,theOffset); ExtAudioFileTell(fileRef,&theOffset); /// theOffset gives 0 //read a sample frame of theNumPackets = 262144 ExtAudioFileRead(filRef,& theNumPackets,&BufferList); ExtAudioFileTell(fileRef,&theOffset); /// theOffset gives 264320 3. for another .m4v file result i got as Sint64 theOffset = (primeOffset + 0); //it gives 2112 ExtAudioFileSeek(fileRef,theOffset); ExtAudioFileTell(fileRef,&theOffset); /// theOffset gives 0 //read a sample frame of theNumPackets = 262144 ExtAudioFileRead(filRef,& theNumPackets,&BufferList); ExtAudioFileTell(fileRef,&theOffset); /// theOffset gives 264320 so in conclusion, if there primeOffset value from kAudioConverterPrimeInfo is greater than 0 then only this issues coming else it is fine. Could you please help me by giving your valuable inputs. Thanks for your time. abdul |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Coreaudio-api mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/coreaudio-api/email@hidden This email sent to email@hidden
| References: | |
| >Issues in ExtAudioFileSeek and ExtAudioFileTell (From: "Abdul.Majeed" <email@hidden>) | |
| >Re: Issues in ExtAudioFileSeek and ExtAudioFileTell (From: William Stewart <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.