Module Node.Dynamics_compressor
Dyamics compressor nodes.
type opts
The type for
DynamicsCompressorOptions
.
val opts : ?channel_count:int -> ?channel_count_mode:Channel_count_mode.t -> ?channel_interpretation:Channel_interpretation.t -> ?attack:float -> ?knee:float -> ?ratio:float -> ?release:float -> ?threshold:float -> unit -> opts
opts ()
are dynamics compressor node options with given parameters.
type t
The type for
DynamicsCompressorNode
objects.