diff --git a/dlls/winmm/winearts/audio.c b/dlls/winmm/winearts/audio.c index 832c56f4838..5996b0f4182 100644 --- a/dlls/winmm/winearts/audio.c +++ b/dlls/winmm/winearts/audio.c @@ -1012,6 +1012,10 @@ static DWORD wodOpen(WORD wDevID, LPWAVEOPENDESC lpDesc, DWORD dwFlags) wwo->dwPlayedTotal = 0; wwo->dwWrittenTotal = 0; + /* Initialize volume to full level */ + wwo->volume_left = 100; + wwo->volume_right = 100; + ARTS_InitRingMessage(&wwo->msgRing); /* create player thread */