Division by zero in decoder delay reports when delay compensation is off
When the decoder is run with -no_delay_cmp
, the variable delayTimeScale
for storing signal sampling rate is not assigned a real value after the initialization and it contains 0. This variable is used in the delay info print-outs with BINAURALIZATION_DELAY_REPORT
leading to division by zero.