Search code examples
c#winformsnaudioequalizer

Guidance: Implementing a 10 or 12 Band Equalizer using NAudio


I'm building a Music Player using NAudio. At the Moment I'm stuck in a way to implement a 10 or 12 Band PArametric Equalizer. I've been digging the NAudio Library; and I'm not sure if NAudio is capable of if at all. Therefore; I'm asking for further guidance.

How could I implement an Equalizer on my Music Player?


Solution

  • There's a simple multi-band equalizer example in the NAudio.Extras project. Take a look at the source code here.