package brr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Channel splitter nodes.

type opts
val opts : ?channel_count:int -> ?channel_count_mode:Channel_count_mode.t -> ?channel_interpretation:Channel_interpretation.t -> ?output_count:int -> unit -> opts

opts () are channel splitter node options with given parameters.

type t

The type for ChannelSplitterNode objects.

val create : ?opts:opts -> context -> t

create ~opts c creates a channel splitter node.

val as_node : t -> node

as_node n is n as an audio node.