aboutsummaryrefslogtreecommitdiffstats
path: root/src/Resampler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Limit FFTW planner to 2s to avoid stalling inputMatthias P. Braendli2022-02-021-0/+1
| | | | | Stalling the input breaks the ZMQ input functionality on raspberry pi. EDI is able to restart the modulator, which uses cached plans
* Fix warning about invalid casts in ResamplerMatthias P. Braendli2018-05-141-22/+25
|
* Fix all the warnings shown since previous commitMatthias P. Braendli2017-12-111-1/+2
|
* Remove references to malloc.h and use posix_memalignMatthias P. Braendli2017-12-111-2/+5
|
* Actually enable the new warnings for C++Matthias P. Braendli2017-10-041-1/+1
|
* Fix resampler amplitudeandreas1282017-03-261-2/+2
|
* 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