Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to do some note recognition on mp3 or wav files.

The problem is: How do I use the FFT on the files?

I prefer Java solutions, but I'm up for suggestions.

share|improve this question
3  
-1 Why would this badly worded question with no attempt at finding a solution get up-voted? He didn't even look at the myriad of SO clones, like stackoverflow.com/questions/3287518/… – Blindy Jun 9 '11 at 18:35
I tried finding a solution. Been looking for a week and had no luck. – SoWhat Jun 9 '11 at 18:39
Notice the link that's just one of many such pages in the "related" list on the right. – Blindy Jun 9 '11 at 18:44
Doesn't really answer what I'm looking for... – SoWhat Jun 9 '11 at 18:47
1  
Hence my comment about not putting any effort into it. What do you have? What do you need added? What have you tried? How has it failed? – Blindy Jun 9 '11 at 18:52
show 4 more comments

2 Answers

up vote 2 down vote accepted

Spectrum Analysis using Java, Sampling Frequency, Folding Frequency, and the FFT Algorithm http://www.developer.com/java/other/article.php/3380031

share|improve this answer
Thanks... I'll look into this. I've gotten to a point where I can use Micheal T Flanagan's Java library for Fourier Transform. Hopefully this will give me a better understanding of what I need to know. – SoWhat Jun 10 '11 at 18:30

Some example links are:

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.