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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.