Use the audio format native to host AUDIO_S16 defaults to little endian format which causes issues when running on big endian systems. Use AUDIO_S16SYS instead which sets to whatever endian the system uxn is being built on is.
1 files changed, 1 insertions(+), 1 deletions(-) M src/uxnemu.c
M src/uxnemu.c => src/uxnemu.c +1 -1