summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-20Another std::vector.Carl Hetherington
2020-04-20Use std::vector more.Carl Hetherington
2020-04-20More Sum tidying.Carl Hetherington
2020-04-20Calculate some things in Sum on the fly.Carl Hetherington
2020-04-20Tidying and move meanoverduation into SumCarl Hetherington
2020-04-20Cosmetic tweaks.Carl Hetherington
2020-04-20Various tidying to remove printf()s from calculate().Carl Hetherington
2020-04-20Tidy calculate parameter order.Carl Hetherington
2020-04-20Tidy some parameter names.Carl Hetherington
2020-04-20Similarly origpoints.Carl Hetherington
2020-04-20numbershortperiods need not be passed through.Carl Hetherington
2020-04-20Rename variable which enables timing.Carl Hetherington
2020-04-20Rename log flag variables and use bool.Carl Hetherington
2020-04-20And samplingfreq.Carl Hetherington
2020-04-20Same with bitdepth.Carl Hetherington
2020-04-20buffer_size_samples is calculated later.Carl Hetherington
2020-04-20Use some C++ arrays and delete some unused code.Carl Hetherington
2020-04-20Tidy up channel corrections a bit.Carl Hetherington
2020-04-20Open sound file in calculate.Carl Hetherington
2020-04-20Same with shorttermaveragedarray.Carl Hetherington
2020-04-20Same with starttime.Carl Hetherington
2020-04-20No need to pass log FILE* through.Carl Hetherington
2020-04-20Split calculation code into separate method.Carl Hetherington
2020-04-20No-op: reindent everything below main() and remove some blank lines.Carl Hetherington
2020-04-20Variable name tidy up.Carl Hetherington
2020-04-20Make Sum a class and move the mutex there.Carl Hetherington
2020-04-20Make Worker a class.Carl Hetherington
2020-04-20Move more stuff into Worker and use std::threadCarl Hetherington
2020-04-18Rename member variables of WorkerArgs to include a _ prefix.Carl Hetherington
2020-04-18Partially C++-ify WorkerArgs.Carl Hetherington
2020-04-18C++-ification.Carl Hetherington
2020-04-18Add frames pre-calculation.Carl Hetherington
2020-04-18More array C++-ification.Carl Hetherington
2020-04-18C++-ification of array declarations.Carl Hetherington
2020-04-18Minimal move to building with C++Carl Hetherington
2020-04-17ac* updates.Carl Hetherington
2019-03-22Comment on the calculation of final offsetHEADmasterLuca Trisciani
2018-11-09fix for longer file names / longer paths to filelucat
2018-11-09fix for longer files name / paths to filelucat
2018-11-05Fix line 218Luca Trisciani
2018-11-05Changed version to 0.18, added Leq(nW) switchLuca Trisciani
2018-11-05Merge branch 'master' of https://github.com/lucat/leqm-nrtLuca Trisciani
2018-11-05Changes to link in Ubuntu 18.04 and similarLuca Trisciani
2018-11-03Change version to 0.18lucat
2018-11-03Changed Reference Level from -20dB RMS to -20bBFSlucat
2018-03-23Memory leaks fixed.Luca Trisciani
2017-12-20Some minor changesLuca Trisciani
2017-12-20Some preprocessor derectives for windowsLuca Trisciani
2017-12-19General automake updateLuca Trisciani
2017-12-13added src directoryLuca Trisciani