|
From: Pranav P <pra...@ib...> - 2026-08-20 08:37:27
|
Hi Christian, Sorry for the delayed response. I tested out your patch and it does fix the issue. Thanks a lot for pitching in. So, the reason that I made the final changes (the ones even after the test cases passed) was because I have seen circumstances where issues might be present in both reading and writing which gets masked away. I tested them by generating files (a.riff, b.riff, c.riff, d.riff and foo.gig) in the src/testcases folder in a little-endian machine, and copying them into a big-endian machine and then running the test-suite after commenting out the test cases which write into them (so that only the reading part is tested). Thanks a lot again for looking into this. With regards, Pranav |