You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_wave: fix IEEE float test data for big-endian systems
Store the WaveIeeeFloatingPointTest frames data in big-endian
byte order with a conditional byteswap for little-endian systems,
matching the pattern used by all other PCM test classes.
This fixes test_read and test_read_not_from_start failures on
big-endian platforms (e.g. s390x).
0 commit comments