]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxMMedia2/lib/sndaiff.cpp
small corrections for dnd code and added wxFileDataObject demo to the sample
[wxWidgets.git] / utils / wxMMedia2 / lib / sndaiff.cpp
index 70a6a6a21c11f23fc220809d7f541fd71bae22b2..bfcb149f8c231dba28d3f7f95c1ab022f3a2cc4b 100644 (file)
@@ -90,7 +90,7 @@ bool wxSoundAiff::PrepareToPlay()
       sndformat.SetSampleRate((wxUint32) srate);
       sndformat.SetBPS(bps);
       sndformat.SetChannels(channels);
-      sndformat.Signed(TRUE);
+      sndformat.Signed(FALSE);
       sndformat.SetOrder(wxBIG_ENDIAN);
 
       if (!SetSoundFormat(sndformat))