Re: Split the dsound test

2004-05-24 Thread Robert Reif
Francois Gouget wrote: Robert Reif wrote: [...] The corresponding Microsoft test takes hours to complete. What is this 'corresponding Microsoft test'? Do you mean that this test takes hours to complete on Windows? If that's the case it would be a sign that the test is buggy. In any case I don't

Re: Split the dsound test

2004-05-24 Thread Francois Gouget
Robert Reif wrote: [...] The corresponding Microsoft test takes hours to complete. What is this 'corresponding Microsoft test'? Do you mean that this test takes hours to complete on Windows? If that's the case it would be a sign that the test is buggy. In any case I don't see the point of having

Re: Split the dsound test

2004-05-24 Thread Robert Reif
Francois Gouget wrote: You will notice the following problems: * the test takes awfully long (>6 minutes here). It loops through the known formats and for each of them it plays, in turn, the regular test, a test through a duplicated buffer, with a listener, etc. * as a result of the above, a us

Re: Split the dsound test

2004-05-24 Thread Robert Reif
Francois Gouget wrote: + +#define NB_FORMATS 24 +extern const unsigned int formats[NB_FORMATS][3]; + Please don't do this. It is desirable to be able to add or comment out formats easily when using this test as a debugging and development tool.