How to add an Android AudioEffect LowPass Filter?
Solution 1:
There is no build-in solution. You have to build your own Low-Pass Filter.
But: its not that difficult. Here is a very good reference with code examples on how to build:
digital Butterworth and Chebyshev Filters
Have fun!