summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-17Add primitive unit test.Carl Hetherington
2020-04-17Add .gitignore.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