ChangeSet ID: 7256 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/02/14 18:01:17
Modified files: dlls/dsound/tests: dsound.c dlls/dsound : primary.c dsound_private.h dsound_main.c capture.c buffer.c
Log message: Robert Reif reif@earthlink.net Added support for direct sound capture and a real direct sound capture driver. Capture now works with some skipping. Full duplex does not but I will be working on that next.
Patch: http://cvs.winehq.com/patch.py?id=7256
Old revision New revision Changes Path 1.5 1.6 +351 -2 wine/dlls/dsound/tests/dsound.c 1.6 1.7 +0 -21 wine/dlls/dsound/primary.c 1.1 1.2 +73 -8 wine/dlls/dsound/dsound_private.h 1.71 1.72 +6 -1 wine/dlls/dsound/dsound_main.c 1.2 1.3 +856 -302 wine/dlls/dsound/capture.c 1.4 1.5 +32 -11 wine/dlls/dsound/buffer.c