ipytone.EQ3#
- class ipytone.EQ3(**kwargs: Any)#
Bases:
PyAudioNodeThree-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_countAn int trait.
channel_count_modeAn enum whose value must be in a given sequence.
channel_interpretationAn enum whose value must be in a given sequence.
disposedHigh band gain (decibels).
Mid/high cross-over frequency.
inputLow band gain (decibels).
Low/mid cross-over frequency.
Mid band gain (decibels).
nameA trait for unicode strings.
number_of_inputsnumber_of_outputsoutputQ factor of all filters.
Returns the wrapped audio node widget.
- property widget#
Returns the wrapped audio node widget.