# HG changeset patch # User Matti Hamalainen # Date 1352410327 -7200 # Node ID 4c4978e11ec0e6867e6e8d259a5d4649f9ea190a # Parent 82e759a5c7e676fcb4b64fe6176e25cc051fe307 Oops. Remember to set output audio format for FP backend. diff -r 82e759a5c7e6 -r 4c4978e11ec0 src/xs_sidplayfp.cpp --- a/src/xs_sidplayfp.cpp Thu Nov 08 23:26:19 2012 +0200 +++ b/src/xs_sidplayfp.cpp Thu Nov 08 23:32:07 2012 +0200 @@ -154,6 +154,7 @@ /* Audio parameters sanity checking and setup */ state->audioBitsPerSample = XS_RES_16BIT; + state->audioFormat = FMT_S16_NE; engine->config.samplingMethod = SID2_RESAMPLE_INTERPOLATE; engine->config.frequency = state->audioFrequency;