Srnd: continuously run lufs_meter, so momentary loudness meter can be 'live'

This commit is contained in:
Ben Loftis 2024-01-21 10:56:28 -06:00
parent 22b7a07526
commit cefab85dab
1 changed files with 1 additions and 3 deletions

View File

@ -277,9 +277,7 @@ SurroundReturn::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_
_surround_bufs.get_audio (19).data (meter_offset)
};
if (_rolling && (!_exporting || _export_end >= end_sample)) {
_lufs_meter.run (data, meter_nframes);
}
_lufs_meter.run (data, meter_nframes);
}
void