In Linux, I need to visialize the bitwise difference between two audio files (left and right channel), in a way so that I can understand (approximately) when they are identical, and when they are different.
The tools I use just portray side by side bitwise diff byte by byte, but I need a visualization of the full files.
Is there a utility I can use for this?