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
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
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
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.