Re: synchronizing iMic I/O
Re: synchronizing iMic I/O
- Subject: Re: synchronizing iMic I/O
- From: Brian Willoughby <email@hidden>
- Date: Wed, 16 Jul 2003 11:56:44 -0700
[ current time - max buf size - safety offset to current time - safety offset
[
[ What is "the safety offset to the current time" ?
[
// The valid range of time that can be read is from the current time minus
// the maximum buffer size minus the safety offset to the current time mins
// the safety offset.
This comment is rather hard to parse, but I'm pretty sure it means:
// The valid range of time that can be read is from (the current time minus
// the maximum buffer size minus the safety offset) to (the current time mins
// the safety offset).
Remember that it is a range of time. Your expression would be:
(current time - max buf size - safety offset) to (current time - safety offset)
Brian Willoughby
Sound Consulting
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.