summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-20Add basic cscript.v0.0.1Carl Hetherington
2020-04-19Update test runner.Carl Hetherington
2020-04-19Add GPL boilerplate; allow building without libsndfile.Carl Hetherington
2020-04-19Rename .pc file.Carl Hetherington
2020-04-19Add #pragma once to header.Carl Hetherington
2020-04-19Rename everything to libleqm_nrtCarl Hetherington
2020-04-19Add a namespace.Carl Hetherington
2020-04-19Offer a class for calculating in blocks, rather than a method.Carl Hetherington
2020-04-19Formatting tweaks.Carl Hetherington
2020-04-19Move some constants.Carl Hetherington
2020-04-19Move some functions about and make them static.Carl Hetherington
2020-04-19A few more small cleanups.Carl Hetherington
2020-04-19More general cleanups.Carl Hetherington
2020-04-19Move some things about.Carl Hetherington
2020-04-19Separate IR calculation out and tidy inverse_fftCarl Hetherington
2020-04-19Unnecessary return value.Carl Hetherington
2020-04-19Inline some method calls.Carl Hetherington
2020-04-19Tidy rectify().Carl Hetherington
2020-04-19Tidy convolv_buffCarl Hetherington
2020-04-19Make a couple of methods private.Carl Hetherington
2020-04-19Tidy equalinterval2 a little.Carl Hetherington
2020-04-19Remove unused variable.Carl Hetherington
2020-04-19Remove some debug output.Carl Hetherington
2020-04-19Tidy log/lin conversion functions.Carl Hetherington
2020-04-19Tidy inversefft2 method.Carl Hetherington
2020-04-19Remove timing and detail logging.Carl Hetherington
2020-04-19Remove autotools and add waf build.Carl Hetherington
2020-04-19Split up into a function that can take a functor to give samples.Carl Hetherington
2020-04-19More assorted tidying.Carl Hetherington
2020-04-19Fix some indentation.Carl Hetherington
2020-04-19Remove unused function.Carl Hetherington
2020-04-19Some function renaming and tidying.Carl Hetherington
2020-04-19Some more stack allocation.Carl Hetherington
2020-04-19Another std::vector.Carl Hetherington
2020-04-18Use std::vector more.Carl Hetherington
2020-04-18More Sum tidying.Carl Hetherington
2020-04-18Calculate some things in Sum on the fly.Carl Hetherington
2020-04-18Tidying and move meanoverduation into SumCarl Hetherington
2020-04-18Cosmetic tweaks.Carl Hetherington
2020-04-18Various tidying to remove printf()s from calculate().Carl Hetherington
2020-04-18Tidy calculate parameter order.Carl Hetherington
2020-04-18Tidy some parameter names.Carl Hetherington
2020-04-18Similarly origpoints.Carl Hetherington
2020-04-18numbershortperiods need not be passed through.Carl Hetherington
2020-04-18Rename variable which enables timing.Carl Hetherington
2020-04-18Rename log flag variables and use bool.Carl Hetherington
2020-04-18And samplingfreq.Carl Hetherington
2020-04-18Same with bitdepth.Carl Hetherington
2020-04-18buffer_size_samples is calculated later.Carl Hetherington
2020-04-18Use some C++ arrays and delete some unused code.Carl Hetherington