leqm-nrt.git
2023-10-02 Carl HetheringtonMicro-optimizations. opt
2023-10-02 Carl HetheringtonUse -O3 for tree vectorization.
2023-10-02 Carl HetheringtonCleanup: use asio thread pool.
2023-10-01 Carl HetheringtonRemove _chconf member variable.
2023-10-01 Carl HetheringtonRemove _sum member variable.
2023-10-01 Carl HetheringtonRemove _ir member variable.
2023-10-01 Carl HetheringtonRemove _nch member variable.
2023-10-01 Carl HetheringtonRemove _nsamples member variable.
2023-10-01 Carl HetheringtonRemove _buffer member variable.
2023-10-01 Carl HetheringtonMove rectify into process.
2023-10-01 Carl HetheringtonMove convolve into process.
2023-10-01 Carl HetheringtonMove accumulate_ch into process.
2023-10-01 Carl HetheringtonCleanup: remove unused method.
2023-10-01 Carl HetheringtonBuild with -O2 for what seems like a ~4x speedup. carl
2023-01-26 Carl HetheringtonFix crash when _nsamples is not a multiple of _nch...
2022-06-13 Carl HetheringtonRemove another unused variable.
2022-01-12 cahRemove unused variable.
2021-05-20 Carl HetheringtonMake sure workers are finished before the variables...
2021-05-20 Carl HetheringtonAdd some more things to .gitignore.
2020-04-21 Carl HetheringtonAllow static or shared builds.
2020-04-21 Carl HetheringtonHave to explicitly install static libraries.
2020-04-21 Carl HetheringtonOnly check for libsndfile if it's being used.
2020-04-20 Carl HetheringtonAlways build statically for the sake of AppImage.
2020-04-19 Carl HetheringtonAdd M_PI for Windows.
2020-04-19 Carl HetheringtonForce C++11.
2020-04-19 Carl HetheringtonAdd basic cscript. v0.0.2
2020-04-19 Carl HetheringtonUpdate test runner.
2020-04-19 Carl HetheringtonAdd GPL boilerplate; allow building without libsndfile.
2020-04-19 Carl HetheringtonRename .pc file.
2020-04-19 Carl HetheringtonAdd #pragma once to header.
2020-04-19 Carl HetheringtonRename everything to libleqm_nrt
2020-04-19 Carl HetheringtonAdd a namespace.
2020-04-19 Carl HetheringtonOffer a class for calculating in blocks, rather than...
2020-04-19 Carl HetheringtonFormatting tweaks.
2020-04-19 Carl HetheringtonMove some constants.
2020-04-19 Carl HetheringtonMove some functions about and make them static.
2020-04-19 Carl HetheringtonA few more small cleanups.
2020-04-19 Carl HetheringtonMore general cleanups.
2020-04-19 Carl HetheringtonMove some things about.
2020-04-19 Carl HetheringtonSeparate IR calculation out and tidy inverse_fft
2020-04-19 Carl HetheringtonUnnecessary return value.
2020-04-19 Carl HetheringtonInline some method calls.
2020-04-19 Carl HetheringtonTidy rectify().
2020-04-19 Carl HetheringtonTidy convolv_buff
2020-04-19 Carl HetheringtonMake a couple of methods private.
2020-04-19 Carl HetheringtonTidy equalinterval2 a little.
2020-04-19 Carl HetheringtonRemove unused variable.
2020-04-19 Carl HetheringtonRemove some debug output.
2020-04-19 Carl HetheringtonTidy log/lin conversion functions.
2020-04-19 Carl HetheringtonTidy inversefft2 method.
2020-04-19 Carl HetheringtonRemove timing and detail logging.
2020-04-19 Carl HetheringtonRemove autotools and add waf build.
2020-04-19 Carl HetheringtonSplit up into a function that can take a functor to...
2020-04-19 Carl HetheringtonMore assorted tidying.
2020-04-19 Carl HetheringtonFix some indentation.
2020-04-19 Carl HetheringtonRemove unused function.
2020-04-19 Carl HetheringtonSome function renaming and tidying.
2020-04-19 Carl HetheringtonSome more stack allocation.
2020-04-19 Carl HetheringtonAnother std::vector.
2020-04-19 Carl HetheringtonUse std::vector more.
2020-04-19 Carl HetheringtonMore Sum tidying.
2020-04-19 Carl HetheringtonCalculate some things in Sum on the fly.
2020-04-19 Carl HetheringtonTidying and move meanoverduation into Sum
2020-04-19 Carl HetheringtonCosmetic tweaks.
2020-04-19 Carl HetheringtonVarious tidying to remove printf()s from calculate().
2020-04-19 Carl HetheringtonTidy calculate parameter order.
2020-04-19 Carl HetheringtonTidy some parameter names.
2020-04-19 Carl HetheringtonSimilarly origpoints.
2020-04-19 Carl Hetheringtonnumbershortperiods need not be passed through.
2020-04-19 Carl HetheringtonRename variable which enables timing.
2020-04-19 Carl HetheringtonRename log flag variables and use bool.
2020-04-19 Carl HetheringtonAnd samplingfreq.
2020-04-19 Carl HetheringtonSame with bitdepth.
2020-04-19 Carl Hetheringtonbuffer_size_samples is calculated later.
2020-04-19 Carl HetheringtonUse some C++ arrays and delete some unused code.
2020-04-19 Carl HetheringtonTidy up channel corrections a bit.
2020-04-19 Carl HetheringtonOpen sound file in calculate.
2020-04-19 Carl HetheringtonSame with shorttermaveragedarray.
2020-04-19 Carl HetheringtonSame with starttime.
2020-04-19 Carl HetheringtonNo need to pass log FILE* through.
2020-04-19 Carl HetheringtonSplit calculation code into separate method.
2020-04-19 Carl HetheringtonNo-op: reindent everything below main() and remove...
2020-04-19 Carl HetheringtonVariable name tidy up.
2020-04-19 Carl HetheringtonMake Sum a class and move the mutex there.
2020-04-19 Carl HetheringtonMake Worker a class.
2020-04-19 Carl HetheringtonMove more stuff into Worker and use std::thread
2020-04-18 Carl HetheringtonRename member variables of WorkerArgs to include a...
2020-04-18 Carl HetheringtonPartially C++-ify WorkerArgs.
2020-04-17 Carl HetheringtonC++-ification.
2020-04-17 Carl HetheringtonAdd frames pre-calculation.
2020-04-17 Carl HetheringtonMore array C++-ification.
2020-04-17 Carl HetheringtonC++-ification of array declarations.
2020-04-17 Carl HetheringtonMinimal move to building with C++
2020-04-17 Carl HetheringtonAdd primitive unit test.
2020-04-17 Carl HetheringtonAdd .gitignore.
2020-04-17 Carl Hetheringtonac* updates.
2019-03-22 Luca TriscianiComment on the calculation of final offset master
2018-11-09 lucatfix for longer file names / longer paths to file
2018-11-09 lucatfix for longer files name / paths to file
2018-11-05 Luca TriscianiFix line 218
next