I'm wondering what methods are available to remove a specific frequency from an mp3 or wav file using C#.
I'm hoping for a library or example where I can input an mp3 ( or any other format, ill convert my soundtrack to whatever format is needed) and a single frequency (or list of frequencies) to remove from the file.
If there are no methods of doing this in C# I'll accept solutions using other languages as well.
I prefeer solutions using free or open source libraries.