ipytone.Mono#

class ipytone.Mono(**kwargs: Any)#

Bases: PyAudioNode

An audio node that coerces an incoming audio signal (mono or stereo) into a mono signal.

__init__(**kwargs)#

Methods

chain(*destinations)

connect(destination[, output_number, ...])

disconnect(destination[, output_number, ...])

dispose()

fan(*destinations)

to_destination()

Attributes

channel_count

An int trait.

channel_count_mode

An enum whose value must be in a given sequence.

channel_interpretation

An enum whose value must be in a given sequence.

disposed

input

name

A trait for unicode strings.

number_of_inputs

number_of_outputs

output

widget

Returns the wrapped audio node widget.

property widget#

Returns the wrapped audio node widget.