Equalization was one of the potential features advertised when the Buds got announced. Unfortunately it's not even on this repo's roadmap. Which I think is a shame because many people would be interested in it (part of the audiophile "community" that does not believe in pixies inside headphones). The frequency response is also Raycon level bad so EQ is kinda required to make it sound ok.
There are functions to generate coefficients for FIR and IIR filtering. Also HW IRR EQ is mentioned in the audio_process.c file. But I don't know how to actually implement it.
Equalization was one of the potential features advertised when the Buds got announced. Unfortunately it's not even on this repo's roadmap. Which I think is a shame because many people would be interested in it (part of the audiophile "community" that does not believe in pixies inside headphones). The frequency response is also Raycon level bad so EQ is kinda required to make it sound ok.
There are functions to generate coefficients for FIR and IIR filtering. Also HW IRR EQ is mentioned in the
audio_process.cfile. But I don't know how to actually implement it.