# HG changeset patch # User Matti Hamalainen # Date 1352297359 -7200 # Node ID dea579b6c3b35b95415ccd3935cd00209dc2bc32 # Parent 778531e968ed78ce83e5f07129b117d67733c462 Oops, need to set FMT_S16_NE audio format for XMMS output backend as well when using the default format. diff -r 778531e968ed -r dea579b6c3b3 src/xs_sidplay2.cc --- a/src/xs_sidplay2.cc Wed Nov 07 16:08:40 2012 +0200 +++ b/src/xs_sidplay2.cc Wed Nov 07 16:09:19 2012 +0200 @@ -230,6 +230,7 @@ break; default: + state->audioFormat = FMT_S16_NE; engine->config.sampleFormat = SID2_NATIVE_SIGNED; break; }