Timing


DSP Time versus System Time

Q: What is the link between DSP time and system time?

A: The audio/music timer is divided down from the DSP frame rate of 44.1 kHz. The microsecond or the vertical blanking timer can also be used but are not synchronous with the audio clock.

SMPTE

Q: Can we link an effect to SMPTE?

A: SMPTE decoding hardware for tape is not available.

Multi-thread Timers

Q: I have some success with GetAudioTime using ticks. I was not sure if multiple threads could use the timer at the same time?

A: Yes they can. The restriction is that cue items must be allocated by the thread that uses them. You may also want to own the audio timer, OwnAudioTimer(), if you are worried about some other thread changing the audio timer rate on you.