PESQ icon indicating copy to clipboard operation
PESQ copied to clipboard

Power level alignment - possible bug

Open bytesnake opened this issue 3 years ago • 1 comments

If this repository does not deal with the C implementation please close; but do I miss something or shouldn't there be brackets at https://github.com/ludlows/PESQ/blob/master/pesq/pesqmain.h#L240-L241 when removing padding of the target signal? This produces an out of array access, bc. the end position exceeds array length

bytesnake avatar Aug 09 '22 17:08 bytesnake

this also has the effect that when doubling the same data (e.g. appending audio file to itself), the band power changes

bytesnake avatar Aug 10 '22 10:08 bytesnake