Context.BaseBase audio contexts.
type t = Node.contextThe type for BaseAudioContext objects.
val as_target : t -> Brr.Ev.targetas_target c is c as an event target.
val decode_audio_data : t -> Buffer.t -> Buffer.t Fut.or_errordecode_audio_data t b decodes the audio data in b.
val destination : t -> Node.Destination.tdestination c is the destination of c.
val sample_rate : t -> floatsample_rate c is the sample rate of c.
val current_time : t -> floatcurrent_time c is the current time of c.
val listener : t -> Listener.tlistener c is the listener of c.
audio_worklet c is the audio worklet of c.