ipytone.EQ3#

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

Bases: PyAudioNode

Three-band equalizer.

__init__(low=0, mid=0, high=0, low_frequency=400, high_frequency=2500, **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

high

High band gain (decibels).

high_frequency

Mid/high cross-over frequency.

input

low

Low band gain (decibels).

low_frequency

Low/mid cross-over frequency.

mid

Mid band gain (decibels).

name

A trait for unicode strings.

number_of_inputs

number_of_outputs

output

q

Q factor of all filters.

widget

Returns the wrapped audio node widget.

property high: Param#

High band gain (decibels).

property high_frequency: Signal#

Mid/high cross-over frequency.

property low: Param#

Low band gain (decibels).

property low_frequency: Signal#

Low/mid cross-over frequency.

property mid: Param#

Mid band gain (decibels).

property q: Signal#

Q factor of all filters.

property widget#

Returns the wrapped audio node widget.