java audio frequency filter
问题 I'm developing a simple audio player in java. The only advanced feature I need is a frequency filter. It's not necessarily a full-featured equalizer function, with different gains for specific frequency ranges: a low pass filter which cuts frequencies higher than a specified value would be enough. I studied jlGui which has an equalizer, but it only works with MP3 data, while the files I will be playing are OGG. Browsing through various answers I found that an ffmpeg wrapper like Xuggler or