-
95722bc4
by Giovanni Mascellani at 2025-10-17T17:47:58+02:00
mmdevapi/tests: Iterate independently on sampling rates, channel counts and sample formats when capturing.
-
ea31bb09
by Giovanni Mascellani at 2025-10-17T17:47:58+02:00
mmdevapi/tests: Tweak the lists of audio format to test when capturing.
Trying to balance between coverage and running time. Especially on
macOS it takes a lot of time to initialize and deinitialize the
audio system over and over.
-
4e3d411b
by Giovanni Mascellani at 2025-10-17T17:48:00+02:00
mmdevapi/tests: Simplify checking IsFormatSupported() result when capturing.
-
12283138
by Giovanni Mascellani at 2025-10-17T17:48:00+02:00
mmdevapi/tests: Check that Initialize() matches IsFormatSupported() when capturing.
-
d71b0d4e
by Giovanni Mascellani at 2025-10-17T17:48:00+02:00
mmdevapi/tests: Test flag AUDCLNT_STREAMFLAGS_RATEADJUST when capturing.
-
df0f5774
by Giovanni Mascellani at 2025-10-17T17:48:00+02:00
mmdevapi/tests: Test flag AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM when capturing.
-
7ea27c29
by Giovanni Mascellani at 2025-10-17T17:48:00+02:00
mmdevapi/tests: Test extensible wave formats when capturing.
Similarly to the rendering test case, I am moving the format test
to the end so they don't interfere with other tests.