Changeset 1341 for portaudio/branches
- Timestamp:
- 02/15/08 06:43:43 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
portaudio/branches/v19-devel/src/common/pa_process.c
r1097 r1341 57 57 @todo Consider cache tilings for intereave<->deinterleave. 58 58 59 @todo implement timeInfo->currentTime int PaUtil_BeginBufferProcessing()60 61 59 @todo specify and implement some kind of logical policy for handling the 62 60 underflow and overflow stream flags when the underflow/overflow overlaps … … 684 682 bp->timeInfo->inputBufferAdcTime -= bp->framesInTempInputBuffer * bp->samplePeriod; 685 683 686 bp->timeInfo->currentTime = 0; /** FIXME: @todo time info currentTime not implemented */ 684 /* We just pass through timeInfo->currentTime provided by the caller. This is 685 not strictly conformant to the word of the spec, since the buffer processor 686 might call the callback multiple times, and we never refresh currentTime. */ 687 687 688 688 /* the first streamCallback will be called to generate samples which will be
