summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-10-02Micro-optimizations.optCarl Hetherington
2023-10-02Cleanup: use asio thread pool.Carl Hetherington
2023-10-01Remove _chconf member variable.Carl Hetherington
2023-10-01Remove _sum member variable.Carl Hetherington
2023-10-01Remove _ir member variable.Carl Hetherington
2023-10-01Remove _nch member variable.Carl Hetherington
2023-10-01Remove _nsamples member variable.Carl Hetherington
2023-10-01Remove _buffer member variable.Carl Hetherington
2023-10-01Move rectify into process.Carl Hetherington
2023-10-01Move convolve into process.Carl Hetherington
2023-10-01Move accumulate_ch into process.Carl Hetherington
2023-10-01Cleanup: remove unused method.Carl Hetherington
2023-01-26Fix crash when _nsamples is not a multiple of _nch (DoM #2432).Carl Hetherington
2022-06-14Remove another unused variable.Carl Hetherington
2022-01-12Remove unused variable.cah
2021-05-20Make sure workers are finished before the variables they use are torn down.Carl Hetherington
2020-04-21Allow static or shared builds.Carl Hetherington
2020-04-21Have to explicitly install static libraries.Carl Hetherington
2020-04-20Always build statically for the sake of AppImage.Carl Hetherington
2020-04-20Add M_PI for Windows.Carl Hetherington
2020-04-20Add GPL boilerplate; allow building without libsndfile.Carl Hetherington
2020-04-20Add #pragma once to header.Carl Hetherington
2020-04-20Rename everything to libleqm_nrtCarl Hetherington
2020-04-20Add a namespace.Carl Hetherington
2020-04-20Offer a class for calculating in blocks, rather than a method.Carl Hetherington
2020-04-20Formatting tweaks.Carl Hetherington
2020-04-20Move some constants.Carl Hetherington
2020-04-20Move some functions about and make them static.Carl Hetherington
2020-04-20A few more small cleanups.Carl Hetherington
2020-04-20More general cleanups.Carl Hetherington
2020-04-20Move some things about.Carl Hetherington
2020-04-20Separate IR calculation out and tidy inverse_fftCarl Hetherington
2020-04-20Unnecessary return value.Carl Hetherington
2020-04-20Inline some method calls.Carl Hetherington
2020-04-20Tidy rectify().Carl Hetherington
2020-04-20Tidy convolv_buffCarl Hetherington
2020-04-20Make a couple of methods private.Carl Hetherington
2020-04-20Tidy equalinterval2 a little.Carl Hetherington
2020-04-20Remove unused variable.Carl Hetherington
2020-04-20Remove some debug output.Carl Hetherington
2020-04-20Tidy log/lin conversion functions.Carl Hetherington
2020-04-20Tidy inversefft2 method.Carl Hetherington
2020-04-20Remove timing and detail logging.Carl Hetherington
2020-04-20Remove autotools and add waf build.Carl Hetherington
2020-04-20Split up into a function that can take a functor to give samples.Carl Hetherington
2020-04-20More assorted tidying.Carl Hetherington
2020-04-20Fix some indentation.Carl Hetherington
2020-04-20Remove unused function.Carl Hetherington
2020-04-20Some function renaming and tidying.Carl Hetherington
2020-04-20Some more stack allocation.Carl Hetherington