How to extract semi-precise frequencies from a WAV file using Fourier Transforms
Posted
by Seisatsu
on Stack Overflow
See other posts from Stack Overflow
or by Seisatsu
Published on 2010-05-21T11:25:30Z
Indexed on
2010/05/21
16:20 UTC
Read the original article
Hit count: 372
Let us say that I have a WAV file. In this file, is a series of sine tones at precise 1 second intervals. I want to use the FFTW library to extract these tones in sequence. Is this particularly hard to do? How would I go about this?
Also, what is the bast way to write tones of this kind into a WAV file? I assume I would only need a simple audio library for the output.
My language of choice is C
© Stack Overflow or respective owner