aboutsummaryrefslogtreecommitdiffstats
path: root/src/MemlessPoly.h
Commit message (Collapse)AuthorAgeFilesLines
* Keep RC-modified settings across modulator restartsMatthias P. Braendli2018-08-071-2/+2
|
* Add predistorter coefs to RCMatthias P. Braendli2018-06-051-2/+3
|
* ThreadsafeQueue: add wakeup event instead of custom termination markersMatthias P. Braendli2018-04-201-5/+1
| | | | | This avoids the issue that the ~SDR termination marker doesn't reach the consumer because it's still prebuffering
* Avoid race condition on teardown of pipelined pluginsMatthias P. Braendli2018-01-141-0/+3
|
* Add LUT predistorterMatthias P. Braendli2017-09-131-0/+22
|
* MemlessPoly: replace async by own threadpoolMatthias P. Braendli2017-09-021-1/+45
| | | | | | It is slightly faster, but the main advantage is that there is no slowdown when running under gdb because it doesn't create and destroy threads for every frame.
* Put both AM/AM and AM/PM coefs to one fileMatthias P. Braendli2017-08-251-10/+6
| | | | This partly reverts commit 28462b9d8bb08609810ea9a9882c5fa9205b8b80.
* Add dpd for phase correctionandreas1282017-08-241-5/+10
|
* Change MemlessPoly to real coefficientsandreas1282017-08-211-1/+1
|
* Add number of threads setting for MemlessPolyMatthias P. Braendli2017-08-171-1/+2
|
* Move MemlessPoly m_coefs to privateMatthias P. Braendli2017-08-041-6/+2
|
* Change to complex polyandreas1282017-06-171-1/+1
|
* Refactor MemlessPoly to have more meaningful namesandreas1282017-04-061-5/+5
|
* Fix file readingandreas1282017-04-021-1/+3
|
* Working pipelineandreas1282017-03-261-0/+76