'A bs1770demo executable without RMS support (cmdl option "-rms") was detected. Please update the bs1770demo executable. See bin/README.md for details.'
@@ -98,7 +99,7 @@ def bs1770demo(
warn(
"ITU-R BS.1770-4 only supports 48kHz sampling rate. Temporarily resampling signal for measurement."
)
tmp_sig=resample_itu(input,48000)
tmp_sig=resample_itu(input,48000,logger=logger)
else:
tmp_sig=input.audio
@@ -143,7 +144,7 @@ def bs1770demo(
cmd.insert(1,"-rms")
# run command
result=run(cmd)
result=run(cmd,logger=logger)
# parse output
# we are looking for the (floating-point) number after the search string - '( )' around the number denotes the first group