Skip to main content

Module time

Module time 

Source
Expand description

Timing utilities for Clasp

Provides clock synchronization and timestamp handling.

Structs§

ClockSync
Clock synchronization state
JitterBuffer
Jitter buffer for smoothing high-rate streams
SessionTime
Session time tracker (time since session start)

Functions§

from_duration
Convert Duration to microseconds
now
Get current Unix timestamp in microseconds
to_duration
Convert microseconds to Duration

Type Aliases§

Timestamp
Timestamp type (microseconds)