Module Node.Convolver
Convolver node.
type opts
The type for
ConvolverOptions
.
val opts : ?channel_count:int -> ?channel_count_mode:Channel_count_mode.t -> ?channel_interpretation:Channel_interpretation.t -> ?buffer:Buffer.t -> ?disable_normalization:bool -> unit -> opts
opts ()
are channel splitter node options with given parameters.
type t
The type for
ConvlverNode
objects.
val normalize : t -> bool
normalize n
is the normalization behaviour ofn
.