Commit Graph

4 Commitit

Tekijä SHA1 Viesti Päivämäärä
Kevin Larke
176073874f *.h/c : Added 'cdg' markup to virtually all source files in libcm, libcm/app and libcm/dsp. 2015-11-16 14:59:27 -05:00
kevin
40a649dfc1 cmApBuf.h/c : Added code to handle audio timestamps.
cmApBufUpdate() sets an input/output timestamp on each device according to the audio packet timestamp.
cmApBufGetIO() returns the timestamp associated with each returned buffer.
Added cmApBufOnPortEnable() to zero the timestamp when a port is enabled.
This implementation of the audio timestamping processes is a hack because
only the first timestamp is stored (after a call to cmApBufOnPortEnable())
and all subsequent timestamps are generated by incrementing this value according
to the incoming/outgoing sample count.
2013-12-15 18:28:11 -05:00
kevin
2ccd818b55 cmApBuf.h/c: Limit the meter update parameter (meterMs) to the range 10-1000. 2013-03-31 22:13:07 -07:00
kevin
b108da1911 Initial commit 2012-10-29 20:52:39 -07:00