EqualizerEffect
class EqualizerEffect
This audio effect is used to change the frequency response of an audio.
public class EqualizerEffect extends AudioEffect
— Constructors (1) —
| Constructor | Description |
|---|---|
| EqualizerEffect() | Creates a new EqualizerEffect. |
— Methods (2) —
| Name | Description |
|---|---|
| float getBandGain(int index) | Returns the current audio frequency gain defined by an id to be "index" argument. |
| void setBandGain(int index, float value) | Sets the current audio frequency gain defined to be "value" argument and its id defined to be "index" argument. |