summaryrefslogtreecommitdiff
path: root/src/lib/audio_analyser.h
AgeCommit message (Collapse)Author
2024-02-11Fix apparently ineffective processors when analysing audio (#2671).Carl Hetherington
A whole film ("DCP side") analysis would behave the same as a single piece of content analysis if the film only had one piece of content. Here we also clarify that audio analysis of the whole film is different to that for a single piece of content; for the whole film we use processors, and for single pieces of content we do not.
2023-11-20Cleanup: handle Filter objects by value rather than by reference.Carl Hetherington
2023-11-20Cleanup: remove an unnecessary shared_ptr.Carl Hetherington
2023-11-20Don't feed channels to leqm that we don't have a correction factor for (#2647).Carl Hetherington
2022-04-20Use std::vector in AudioBuffers (#2236).Carl Hetherington
2021-07-05Tidy a little and use some std::vector instead of raw arrays.Carl Hetherington
2021-04-21Split audio analysis code off from the job.Carl Hetherington