Tagged Questions

2
votes
1answer
406 views

Android equalizer during mp3 play

I am playing a mp3 file in my Android app using MediaPlayer for Android 2.1. Now I want to display a equalizer(like below) during this music play. Can anyone give me any idea how to implement it ...
2
votes
5answers
6k views

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. ...
2
votes
7answers
866 views

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 ...
1
vote
0answers
88 views

Android: How to implement audio effects to a stream?

I want to implement an application that applies audio effect such as increasing Bass frequency for input/output stream on API9+ (android2.3+). So my question is Question 1: Where should I start? I'm ...
1
vote
3answers
126 views

Parameters to improve a music frequency analyzer

I'm using a FFT on audio data to output an analyzer, like you'd see in Winamp or Windows Media Player. However the output doesn't look that great. I'm plotting using a logarithmic scale and I average ...
1
vote
2answers
978 views

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 ...
0
votes
1answer
26 views

Access to System Audio on Mac

For a some-what small (at least hopefully) project, I am hoping to gain access to the current audio being played through the "main line" (i.e. what is heard through the speakers.) Specifically, I'd ...
0
votes
0answers
26 views

Is it possible to change the frequencies of the Band's in android.media.audiofx.Equalizer

I'm trying to build a quick and dirty application which allows me to apply a single band EQ with a variable frequency to an audiostream in android. So, I have my equalizer object, but its not ...
0
votes
1answer
129 views

I am trying to make a “robot” appear to be talking on my website. The mouth must sync with sound and I am thinking…flash?

I have seen that some websites offer talking characters (very human looking avatars), but I do not want to pay HUGE money for those. So I started thinking about some of the cartoons I used to watch ...