Skip to content

Commit 63b5c11

Browse files
committed
Message about delay
1 parent 939593d commit 63b5c11

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ USB Full Speed devices have limited hardware FIFOs (e.g., 64 KB on the USB-1608F
233233

234234
The number of available channels depends on the device and its input mode. The USB-1608FS-Plus provides 8 single-ended channels (0-7). If `high_channel` exceeds the device's maximum, it is silently clamped.
235235

236+
### Timestamp Delay
237+
238+
Using scripts/audio_latency_test, I characterized that the USB-1608FS-Plus timestamps audio tones about **1.1 msec** after the audio callback time. This delay could either be due to a delay in the audio hardware layer or in the DAQ buffer, or a combination of both. These delays exist in all devices and are generally unknowable but can be characterized using hardware synchronizing the different devices. If someone identifies consistent delays in the hardware then please let me know, and I can subtract these delays from the timestamps at the source.
239+
236240
## macOS Code Signing
237241

238242
For local development, the build applies ad-hoc signing with USB and network entitlements.

0 commit comments

Comments
 (0)