Node.Worklet
Worklet nodes.
The type for AudioWorkletOptions
.
val opts :
?channel_count:int ->
?channel_count_mode:Channel_count_mode.t ->
?channel_interpretation:Channel_interpretation.t ->
?input_count:int ->
?output_count:int ->
?output_channel_count:int list ->
?parameters:Jv.t ->
?processor_options:Jv.t ->
unit ->
opts
opts ()
are worklet node options with given parameters.
The type for AudioWorkletNode
objects.
val port : t -> Brr_io.Message.Port.t
port n
is the port of n
.