Pittvandewitt / Wavelet

A quick rundown on each feature and its settings
https://pittvandewitt.github.io/Wavelet/
636 stars 35 forks source link

[question] [documentation] Graphic equalizer info #202

Closed Hark02 closed 1 year ago

Hark02 commented 1 year ago

1) what is the type of filters in graphic EQ (peak filter?) 2) what is the Q value of the filters (if applicable) (1.41?)

Pittvandewitt commented 1 year ago

You can imagine the current implementation to use a series of low pass filter with quite a high quality factor. You can read more here: https://developer.android.com/reference/android/media/audiofx/DynamicsProcessing.EqBand#EqBand(boolean,%20float,%20float)

However I am preparing a release that will change this implementation. The next implementation will use many sub bands that are calculated using interpolation.