ChangeSet ID: 12953 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/07/16 18:42:32
Modified files: dlls/dsound/tests: dsound_test.h ds3d.c
Log message: Francois Gouget fgouget@codeweavers.com Keep track of how much has been played and get rid of last_pos. This fixes a bug where buffer_service() would not detect that everything had been played. Check that the actual sound duration was within 10% of the expected value. Make BUFFER_LEN and TIME_SLICE independent, make sure TIME_SLICE does not divide BUFFER_LEN to spice things up a bit.
Patch: http://cvs.winehq.org/patch.py?id=12953
Old revision New revision Changes Path 1.1 1.2 +2 -2 wine/dlls/dsound/tests/dsound_test.h 1.2 1.3 +38 -29 wine/dlls/dsound/tests/ds3d.c