package brr

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Audio.TimestampSource

Audio timestamps

Sourcetype t

The type for AudioTimestamp objects.

Sourceval context_time : t -> float

context_time t is the time of the sample frame being rendered by the output device.

Sourceval performance_time : t -> float

performance_time t is an estimation of the time when the sample frame was rendered by the output device.