summaryrefslogtreecommitdiff
path: root/src/lib/audio_analyser.cc
AgeCommit message (Collapse)Author
2021-07-05Tidy a little and use some std::vector instead of raw arrays.Carl Hetherington
2021-05-21Fix thinko in 4ce4b8d3429a97eb4df63460c7e73863f44a621eCarl Hetherington
Audio content of course doesn't have a single selected stream, so let's get the channel count from how all the streams are mapped.
2021-05-20Specify correct number of channels for LEQ(m) analyses of single pieces of ↵Carl Hetherington
content (#1991) If we're analysing one piece of content, pass its channel count into the leqm::Calculator rather than just using the film channel count.
2021-05-07Hide some more FFmpeg warnings.v2.15.143Carl Hetherington
2021-04-21Split audio analysis code off from the job.Carl Hetherington