leqm-nrt.git
2020-04-19 Carl HetheringtonAdd basic cscript. v0.0.1
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-18 Carl HetheringtonRemove timing and detail logging.
2020-04-18 Carl HetheringtonRemove autotools and add waf build.
2020-04-18 Carl HetheringtonSplit up into a function that can take a functor to...
2020-04-18 Carl HetheringtonMore assorted tidying.
2020-04-18 Carl HetheringtonFix some indentation.
2020-04-18 Carl HetheringtonRemove unused function.
2020-04-18 Carl HetheringtonSome function renaming and tidying.
2020-04-18 Carl HetheringtonSome more stack allocation.
2020-04-18 Carl HetheringtonAnother std::vector.
2020-04-18 Carl HetheringtonUse std::vector more.
2020-04-18 Carl HetheringtonMore Sum tidying.
2020-04-18 Carl HetheringtonCalculate some things in Sum on the fly.
2020-04-18 Carl HetheringtonTidying and move meanoverduation into Sum
2020-04-18 Carl HetheringtonCosmetic tweaks.
2020-04-18 Carl HetheringtonVarious tidying to remove printf()s from calculate().
2020-04-18 Carl HetheringtonTidy calculate parameter order.
2020-04-18 Carl HetheringtonTidy some parameter names.
2020-04-18 Carl HetheringtonSimilarly origpoints.
2020-04-18 Carl Hetheringtonnumbershortperiods need not be passed through.
2020-04-18 Carl HetheringtonRename variable which enables timing.
2020-04-18 Carl HetheringtonRename log flag variables and use bool.
2020-04-18 Carl HetheringtonAnd samplingfreq.
2020-04-18 Carl HetheringtonSame with bitdepth.
2020-04-18 Carl Hetheringtonbuffer_size_samples is calculated later.
2020-04-18 Carl HetheringtonUse some C++ arrays and delete some unused code.
2020-04-18 Carl HetheringtonTidy up channel corrections a bit.
2020-04-18 Carl HetheringtonOpen sound file in calculate.
2020-04-18 Carl HetheringtonSame with shorttermaveragedarray.
2020-04-18 Carl HetheringtonSame with starttime.
2020-04-18 Carl HetheringtonNo need to pass log FILE* through.
2020-04-18 Carl HetheringtonSplit calculation code into separate method.
2020-04-18 Carl HetheringtonNo-op: reindent everything below main() and remove...
2020-04-18 Carl HetheringtonVariable name tidy up.
2020-04-18 Carl HetheringtonMake Sum a class and move the mutex there.
2020-04-18 Carl HetheringtonMake Worker a class.
2020-04-18 Carl Hetheringtonfixup! Move more stuff into Worker and use std::thread
2020-04-18 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
2018-11-05 Luca TriscianiUpdated year
2018-11-05 Luca TriscianiChanged version to 0.18, added Leq(nW) switch
2018-11-05 Luca TriscianiMerge branch 'master' of https://github.com/lucat/leqm-nrt
2018-11-05 Luca TriscianiChanges to link in Ubuntu 18.04 and similar
2018-11-03 lucatChange version to 0.18
2018-11-03 lucatChanged Reference Level from -20dB RMS to -20bBFS
2018-03-23 Luca TriscianiMemory leaks fixed.
2017-12-19 Luca TriscianiSome minor changes
2017-12-19 Luca TriscianiSome other preprocessor directives for windows
2017-12-19 Luca TriscianiSome preprocessor derectives for windows
2017-12-19 Luca TriscianiGeneral automake update
2017-12-13 Luca Triscianiadded configure
2017-12-13 Luca Triscianiadded Makefile
2017-12-13 Luca Triscianidelete leqm-nrt.c outside src directory
2017-12-13 Luca Triscianiadded src directory
2017-07-15 Luca TriscianiHelp message edited.
2017-07-15 Luca TriscianiSome corrections to the logging switches.
2017-07-13 Luca TriscianiAdded switch for non weighted Leq.
2017-07-13 Luca TriscianiBreak infinite loop on command line parameters.
2017-07-13 Luca TriscianiEliminated malloc casts.
2017-07-13 Luca TriscianiAdded some infos.
2017-07-13 ltfirst commit