james34602 / JamesDSPManager

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.
https://forum.xda-developers.com/android/apps-games/app-reformed-dsp-manager-t3607970
583 stars 49 forks source link

[Request] Parametric Equalizer #65

Open Fearmipan opened 3 months ago

Fearmipan commented 3 months ago

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 👍