Class
AstalCavaCava
Properties
AstalCava.Cava:active
Whether or not the audio capture and visualization is running. if false the values array will not be updated.
AstalCava.Cava:noise-reduction
Adjusts the noise-reduction filter. low values are fast and noisy, large values are slow and smooth.
AstalCava.Cava:source
Specifies which audio source should be used. Refer to the cava docs on how to use this property.
AstalCava.Cava:values
A list of values, each represent the height of one bar. The values are generally between 0
and 1 but can overshoot occasionally, in which case the sensitivity will be decreased
automatically if AstalCavaCava:autosens
is set. The array will have
AstalCavaCava:bars
entries. If AstalCavaCava:stereo
is set, the first
half of the array will represent the left channel and the second half the right channel, so
there will be only bars/2 bars per channel. If the number of bars is odd, the last value will
be 0.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.