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