extract_loudest_section
extract_loudest_section copied to clipboard
Maybe the calculating of the volume at the first point in main.cc is wrong?
line 71 in main.cc.
Why "fabsf(input_value * input_value)"?
Not "fabsf(input_value)"
While line 77 is "fabsf(trailing_value)"
I've just detected this also and I think the quadrat is wong due to fabsf().