equalizer

Can I do band filtering easily with DirectSound? If not, how can I do it?

I'm wondering whether something like this is possible (and relatively easy to do), and if so, how I could do it? I would like to do band filtering on a wave file I'm reproducing. Something similar to the "Equalizer" you see in most Winamp-like applications. My idea is, however, not to equalize the sound, but to use very high negative dB...

Making an equalizer for mp3 player

I want to make an equalizer for the mp3 player I made, but I don't know which way is the easiest way to do it. I'm using mci in my player. Please help me!!! Thanks ...

Create a Flash Equalizer (modify output sound)

Hi it'd like to know if it's at all possible create a "parametric" equalizer in flash. Not just the usual graphic effects but a tool to modify the output of the sound that pass trough the application. Any reference, tips idea welcomed. Thanks ...

IPod/IPhone equalizer in my app

Hi! I need to connect ipod/ipohone eq to my app. Even to load ipods eq from my app to change values. I'm trying to use audiounit to call eq but nothing happens. Anyone know what to do? Thanks. ...

Web Equalizer. Don't using flash

Hello. Tell me please how can I make the equalizer when playing mp3 on the web page without using Flash and java. Thank you =) ...

Real-time equalizer for all audio on computer

Is it possible to capture all the sound from a computer and have it pass through a equalizer before reaching the speakers? How can you program a band pass filter on it? EDIT: I'm trying to get this on Windows (with Python? heh) but if there is a generic, cross-platform approach that would be great. ...

How to create equalizer for android

Hello. I want to create simple equalizer for android. How can I do it? Try to find some methods in MediaPlayer class. But all my attempts failed. ...