Audio DSP effects build on Android system framework layer. This is a repository contains a pack of high quality DSP algorithms specialized for audio processing.
Can you add Parametric Equalizer?
Long story short
PEQ It's more powerful than Graphical Equalizer with fixed frequency.
PEQ with 10 filter (8 Peaking Band, 1 Low Shelf, and 1 High Shelf).
Most popular music player support PEQ now (UAPP, Poweramp, HiBy).
But the problem is when I use EQ for gaming, these music player EQ can't be used with other app.
Then, I found this JDSP it's work with global sound output, my game sound is better now (even my keyboard and notification is affected too).
But still, no PEQ support.
Use FIR Equalizer is not really good as PEQ.
I hopes JDSP can implemented PEQ in the future release 👍
Can you add Parametric Equalizer? Long story short PEQ It's more powerful than Graphical Equalizer with fixed frequency. PEQ with 10 filter (8 Peaking Band, 1 Low Shelf, and 1 High Shelf). Most popular music player support PEQ now (UAPP, Poweramp, HiBy). But the problem is when I use EQ for gaming, these music player EQ can't be used with other app. Then, I found this JDSP it's work with global sound output, my game sound is better now (even my keyboard and notification is affected too). But still, no PEQ support. Use FIR Equalizer is not really good as PEQ. I hopes JDSP can implemented PEQ in the future release 👍