Node.Gain
Gain nodes.
The type for GainOptions
.
val opts : ?channel_count:int -> ?channel_count_mode:Channel_count_mode.t -> ?channel_interpretation:Channel_interpretation.t
-> ?gain:float -> unit -> opts
opts ()
are gain node options with given parameters.
The type for GainNode
objects.