Package | Description |
---|---|
heronarts.lx.audio |
Modulator classes for real-time audio analysis.
|
Modifier and Type | Field and Description |
---|---|
protected LXAudioBuffer |
DecibelMeter.buffer |
LXAudioBuffer |
LXAudioComponent.left |
LXAudioBuffer |
LXAudioComponent.mix |
LXAudioBuffer |
LXAudioComponent.right |
Modifier and Type | Method and Description |
---|---|
protected void |
LXAudioBuffer.computeMix(LXAudioBuffer left,
LXAudioBuffer right) |
DecibelMeter |
DecibelMeter.setBuffer(LXAudioBuffer buffer) |
Constructor and Description |
---|
DecibelMeter(LXAudioBuffer buffer)
Default constructor, creates a meter with unity gain and 72dB dynamic range
|
DecibelMeter(String label,
LXAudioBuffer buffer)
Default constructor, creates a meter with unity gain and 72dB dynamic range
|
GraphicMeter(LXAudioBuffer buffer)
Default graphic equalizer with 2 bands per octave
|
GraphicMeter(LXAudioBuffer buffer,
int numBands)
Makes a graphic equalizer with a default slope of 4.5 dB/octave
|
GraphicMeter(String label,
LXAudioBuffer buffer)
Default graphic equalizer with 2 bands per octave
|
GraphicMeter(String label,
LXAudioBuffer buffer,
int numBands)
Makes a graphic equalizer with a default slope of 4.5 dB/octave
|
LX library by Mark C. Slee. © 2012-2020