added support for async playback to Unix implementation of wxSound, implemented SDL...
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 1 Feb 2004 18:25:12 +0000 (18:25 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 1 Feb 2004 18:25:12 +0000 (18:25 +0000)
commit9be32e8f2d2b7ada287f03a0e19e3a40db2e9770
treef4c9b653afc6f74fcad72a096a3cea68c29a05cc
parent41c54face1fd240b5eeee6494c8da708873f0007
added support for async playback to Unix implementation of wxSound, implemented SDL backend for playback if OSS is not available, fixed OSS to work on non-Linux Unices

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/unix/sound.h [new file with mode: 0644]
include/wx/unix/wave.h [deleted file]
src/unix/sound.cpp [new file with mode: 0644]
src/unix/sound_sdl.cpp [new file with mode: 0644]
src/unix/wave.cpp [deleted file]