ChangeSet ID: 7256
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)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(a)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
ChangeSet ID: 7255
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/14 18:00:12
Modified files:
dlls/winmm/wavemap: wavemap.c
Log message:
Robert Reif <reif(a)earthlink.net>
Added additional formats.
Fixed a few bugs in read/write positions when the format is mapped
using acm.
Fixed a bug where the number of waveOut devices is used when iterating
over waveIn devices.
Patch: http://cvs.winehq.com/patch.py?id=7255
Old revision New revision Changes Path
1.28 1.29 +35 -3 wine/dlls/winmm/wavemap/wavemap.c
ChangeSet ID: 7254
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/14 17:59:15
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Robert Reif <reif(a)earthlink.net>
Started to add support for a real direct sound capture driver.
Changed the capture fragment size but this still needs tuning for best
performance.
Patch: http://cvs.winehq.com/patch.py?id=7254
Old revision New revision Changes Path
1.75 1.76 +258 -8 wine/dlls/winmm/wineoss/audio.c