Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
522 views

Android Equalizer for API Level < 9

I'm looking for a way to use an equalizer within my app which does not rely on the android.media.audiofx package especially android.media.audiofx. Equalizer class because these are only available for ...
2
votes
0answers
76 views

How to add iPod EQ when playing audio with AVPlayer?

I am able to play songs from iPod library using AVPlayer class. Now what I want to do is to insert equalizer to the audio produced. Anybody has experienced in doing this?
2
votes
1answer
403 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
0answers
441 views

How to implement Equalizer in Android2.1?

I want to implement Equalizer for android 2.1, how to implement Equalizer in android 2.1? Can anyone give me any sample code or reference or idea for that?
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
864 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
1answer
67 views

How do i draw an accurate parametric eq curve given gain, freq, and q?

After a lot of googling I still can't find an equation to give me the path I need. I am creating a gui for a parametric eq and just can't get the curve drawing to look or feel accurate. Although I ...
1
vote
0answers
87 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
1answer
63 views

Matlab firpm fails for large AFR data arrays

Here is a quick & dirty code for trying to create a high precision equalizer: bandPoints = 355; for n = 1:bandPoints x = (n / (bandPoints + 2)); f = (x*x)*(22000-20)+20; % ...
1
vote
2answers
976 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 ...
1
vote
1answer
1k views

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

Controlling in-call audio in Android SDK/NDK

I have a need for an equalizer than controlls in-call audio and not just music , is that possible ? Several options I can think of off the top of my head : 1.) If there's a built in option for ...
0
votes
1answer
21 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
182 views

iPhone iOS access current music playing from any app

I would like to access the audio layer to modify it as I want, volume, bass, etc., and independent from the song being played (I mean if it comes from iPod, Spotify, Pandora, etc, I don't care). So ...
0
votes
1answer
20 views

Are there any libraries for channel inversion?

I am trying to compensate for channel effects introduced into a waveform received over a mobile channel and the same waveform when received over a landline channel. Are there any libraries/code out ...
0
votes
4answers
941 views

Soundcloud (javaScript) custom player create spectrum analyzer

I'm implementing the Soundcloud custom player ( https://github.com/soundcloud/soundcloud-custom-player ) on my site. I would like to create a spectrum analyzer which moves based on the sound. I ...
0
votes
0answers
117 views

Scaling Frequency bins in a FFT result to equalize a music sample

How do I divide the FFT output array to scale sets of frequency bins in order to equalize a music sample??
0
votes
1answer
288 views

How to modify FFT result to equalize a music sample

I need to equalize a music sample by modifying the FFT result. I know how to obtain the frequencies of each of the output imaginary numbers, the problem is modifying this values to obtain an ...
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 ...
0
votes
2answers
862 views

How to create equalizer for android

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.
-4
votes
1answer
172 views

Web Equalizer. Don't using flash [closed]

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