1. 30 Mar, 2009 1 commit
  2. 07 Nov, 2007 1 commit
  3. 11 Dec, 2006 1 commit
  4. 23 May, 2006 1 commit
  5. 06 Jan, 2006 1 commit
  6. 18 Nov, 2005 1 commit
  7. 05 Mar, 2005 1 commit
  8. 25 Feb, 2005 1 commit
  9. 16 Feb, 2005 1 commit
  10. 13 Dec, 2004 1 commit
  11. 22 Oct, 2004 1 commit
  12. 25 Aug, 2004 1 commit
  13. 30 Jul, 2004 1 commit
    • Robert Reif's avatar
      Refactored common test code into subroutines. · 4c3d6617
      Robert Reif authored
      Added tests for correct Compact behavior.
      Added tests for all possible IDirectSound[8] creation modes with good
      and bad arguments.
      Split dsound.c and ds3d.c into separate files for IDirectSound and
      IDirectSound8 interfaces and added code to not execute IDirectSound8
      tests when run with a dsound.dll of version 7 or earlier.  We should
      now be able to run these tests on a Windows system with DX7 or earlier
      (untested).
      4c3d6617
  14. 16 Jul, 2004 1 commit
  15. 17 Jun, 2004 1 commit
    • Francois Gouget's avatar
      Split the 'dsound' test into two parts: · de9af241
      Francois Gouget authored
      - the sound format test. Plays a 5 second reference tone to help
        debug issues with the tone duration and help detect stutter issues.
        Prints explanations describing the sound format interactive
        test. Then plays a 1 second test tone for each supported sound
        format.
      - the 3D sound tests. Performs the volume, panning, moving listener
        tests, etc.
      de9af241