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