Module: wine Branch: master Commit: 395dc0f22cffa95ffcc4be5c4b3adf2678495503 URL: http://source.winehq.org/git/wine.git/?a=commit;h=395dc0f22cffa95ffcc4be5c4b... Author: Andrew Eikum <aeikum(a)codeweavers.com> Date: Tue Sep 8 09:33:44 2015 -0500 xaudio2: Add stub implementation of AudioVolumeMeter. --- dlls/xaudio2_7/tests/xaudio2.c | 35 +++++- dlls/xaudio2_7/xaudio_classes.idl | 7 ++ dlls/xaudio2_7/xaudio_dll.c | 245 ++++++++++++++++++++++++++++++++++++++ dlls/xaudio2_8/xaudio2_8.spec | 1 + dlls/xaudio2_8/xaudio_dll.c | 8 ++ include/Makefile.in | 1 + include/xaudio2fx.idl | 26 ++++ 7 files changed, 321 insertions(+), 2 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=395dc0f22cffa95ffcc4be...