snd2fftw is a small tool that reads samples from audio file (WAV for example) and makes DFT on them.
Categories
MathematicsLicense
GNU General Public License version 2.0 (GPLv2)Follow snd2fftw
Other Useful Business Software
$300 in Free Credit Towards Top Cloud Services
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Rate This Project
Login To Rate This Project
User Reviews
-
Does what it says on the tin...after you patch FFTW_FORWARD to FFTW_MEASURE (or FFTW_ESTIMATE) in two calls to fftw_plan_dft_r2c_1d. Windows->Linux migration is also easy, requiring patching _atoi64() to atoll(). I've made a patch for these changes and a bit of other compiler-warning cleanup available ( hypertext transfer protocol colon slash slash static dot rossry dot net slash patches slash snd2fftw_src.main.c.patch ) -- not tested for Windows, sorry.
-
I can't use without the -w option. Too few documentation.