| Package | Description |
|---|---|
| org.openimaj.audio.filters |
| Modifier and Type | Method and Description |
|---|---|
static EQFilter.EQType |
EQFilter.EQType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EQFilter.EQType[] |
EQFilter.EQType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EQFilter(AudioStream as,
EQFilter.EQType type,
double f)
Chainable constructor for stream processing.
|
EQFilter(EQFilter.EQType type,
double f)
Default constructor for ad-hoc processing.
|