Pd++
0.01
A pure C++ implementation of Pure Data objects
|
#include <portaudio.h>
Public Attributes | |
PaTime | inputBufferAdcTime |
PaTime | currentTime |
PaTime | outputBufferDacTime |
Timing information for the buffers passed to the stream callback.
Time values are expressed in seconds and are synchronised with the time base used by Pa_GetStreamTime() for the associated stream.
PaTime PaStreamCallbackTimeInfo::currentTime |
The time when the stream callback was invoked
PaTime PaStreamCallbackTimeInfo::inputBufferAdcTime |
The time when the first sample of the input buffer was captured at the ADC input
PaTime PaStreamCallbackTimeInfo::outputBufferDacTime |
The time when the first sample of the output buffer will output the DAC