Module: wine Branch: master Commit: e7304f7dc697a64560e0511d1f3bc0a826d2aa40 URL: https://gitlab.winehq.org/wine/wine/-/commit/e7304f7dc697a64560e0511d1f3bc0a...
Author: Anton Baskanov baskanov@gmail.com Date: Tue Apr 25 17:54:45 2023 +0700
dsound/tests: Test Doppler shift with 3D processing disabled.
---
dlls/dsound/tests/ds3d.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/dlls/dsound/tests/ds3d.c b/dlls/dsound/tests/ds3d.c index 9f5752a203c..781d23e876f 100644 --- a/dlls/dsound/tests/ds3d.c +++ b/dlls/dsound/tests/ds3d.c @@ -1454,6 +1454,9 @@ static void test_doppler(GUID *guid, BOOL play)
check_doppler(dsound, listener, play, DS3DMODE_HEADRELATIVE, 0, -90, 1, -90, 22050, 29400);
+ /* Wine TODO: The frequency is not updated. */ + check_doppler(dsound, listener, play, DS3DMODE_DISABLE, 0, 0, 1, -90, 22050, 22050); + IDirectSound3DListener_Release(listener); ref = IDirectSoundBuffer_Release(primary); ok(!ref, "Got outstanding refcount %ld.\n", ref);