Fix apparently ineffective processors when analysing audio (#2671).
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Feb 2024 12:10:48 +0000 (13:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Feb 2024 21:55:27 +0000 (22:55 +0100)
commit527093fa643049d370f4daee8206349981edbf95
treef2d8e39174c64a059545c109beadce44369d857b
parent4d49c6e02b5226147058ca8015acf0ad1f440e9b
Fix apparently ineffective processors when analysing audio (#2671).

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.
src/lib/analyse_audio_job.cc
src/lib/analyse_audio_job.h
src/lib/audio_analyser.cc
src/lib/audio_analyser.h
test/audio_analysis_test.cc