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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.