Module Node.Stereo_panner
Stereo panner nodes.
type opts
The type for
StereoPannerOptions
.
val opts : ?channel_count:int -> ?channel_count_mode:Channel_count_mode.t -> ?channel_interpretation:Channel_interpretation.t -> ?pan:float -> unit -> opts
opts ()
are stereo panner node options with given parameters.
type t
The type for
StereoPannerNode
objects.