-
- Downloads
Split up audio.c into three separate .c files:
audio.c: OSS functions and waveIn and waveOut driver functions. dscapture.c: direct sound capture driver implementation. dsrender.c: direct sound renderer driver implementation.
Showing
- dlls/winmm/wineoss/Makefile.in 2 additions, 0 deletionsdlls/winmm/wineoss/Makefile.in
- dlls/winmm/wineoss/audio.c 14 additions, 1881 deletionsdlls/winmm/wineoss/audio.c
- dlls/winmm/wineoss/audio.h 181 additions, 0 deletionsdlls/winmm/wineoss/audio.h
- dlls/winmm/wineoss/dscapture.c 901 additions, 0 deletionsdlls/winmm/wineoss/dscapture.c
- dlls/winmm/wineoss/dsrender.c 958 additions, 0 deletionsdlls/winmm/wineoss/dsrender.c
This diff is collapsed.
dlls/winmm/wineoss/audio.h
0 → 100644
dlls/winmm/wineoss/dscapture.c
0 → 100644
This diff is collapsed.
dlls/winmm/wineoss/dsrender.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment