Node.Wave_shaperWave shaper nodes.
module Oversample : sig ... endOversample type enumeration.
The type for WaveShaperOptions.
val opts : ?channel_count:int -> ?channel_count_mode:Channel_count_mode.t -> ?channel_interpretation:Channel_interpretation.t
-> ?curve:Brr.Tarray.float32 -> ?oversample:Oversample.t -> unit -> optsopts () are wave shaper node options with given parameters.
The type for WaveShaperNode objects.
val curve : t -> Brr.Tarray.float32 optioncurve n is the curve of n.
val set_curve : t -> Brr.Tarray.float32 option -> unitcurve n v sets the curve of n to v.
val oversample : t -> Oversample.toversample n is the oversample of n.
val set_oversample : t -> Oversample.t -> unitoversample n v sets the oversample of n to v.