public interface AudioFilter
| Modifier and Type | Interface and Description |
|---|---|
static class |
AudioFilter.Priority
Represents the filter priority in execution
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
getName()
Gets the filter name
|
boolean |
isEnabled() |
short[] |
process(short[] samples)
Process the audio filter
(!)
|