Node.Delay
Delay node.
The type for DelayOptions
.
val opts :
?channel_count:int ->
?channel_count_mode:Channel_count_mode.t ->
?channel_interpretation:Channel_interpretation.t ->
?delay_time:float ->
?max_delay_time:float ->
unit ->
opts
opts ()
are delay node options with given parameters.
The type for DelayNode
objects.
delay_time d
is the delay time of n
.