aboutsummaryrefslogtreecommitdiffstats
path: root/src/Resampler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove ModFormatMatthias P. Braendli2016-12-251-2/+1
|
* Do not free FFTW plan before calling destroyMatthias P. Braendli2016-06-101-2/+0
| | | | Fixes segmentation fault in the Resampler destructor
* Remove broken KISS FFT supportMatthias P. Braendli2016-05-271-162/+2
|
* Replace some unsigned typesMatthias P. Braendli2016-05-271-2/+3
|
* Fix compilation in KISS FFT with SIMD due to std::complexMatthias P. Braendli2015-10-281-4/+4
|
* Make KISS entirely optionalMatthias P. Braendli2014-10-241-35/+67
| | | | | The Resampler block can also use fftw, and the Makefile only does the kiss fft compilation when --enable-fftw is not given.
* Get compilation working on ARMMatthias P. Braendli2014-10-101-3/+3
|
* Replace CRC-DABMOD by ODR-DabModMatthias P. Braendli2014-02-071-4/+4
|
* added unmodified mmbtoolsMatthias (think)2012-07-111-0/+318