aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/dsound.c
Commit message (Expand)AuthorAgeFilesLines
* Use a separate backend callback to start playback of the deviceChris Robinson2012-03-051-17/+36
* Print enumerated dsound devicesChris Robinson2012-02-261-0/+18
* Watch for unsupported sample types for dsound captureChris Robinson2012-02-261-0/+15
* Avoid default names for winmm and dsoundChris Robinson2012-02-201-11/+13
* Always use "OpenAL Soft" for the short device enumeration listChris Robinson2012-02-201-4/+0
* Support signed and unsigned 32-bit int outputChris Robinson2012-02-141-0/+4
* Implement capture for the DirectSound backendChris Robinson2012-01-311-61/+410
* Retry opening the DSound device with 16-bit short if 32-bit float output failsChris Robinson2012-01-171-0/+11
* Define _WIN32_WINNT on the command line with _WIN32Chris Robinson2011-09-201-1/+0
* Return an ALC error enum from the OpenPlayback backend methodChris Robinson2011-08-241-8/+5
* Don't expose "DirectSound Default" in the ALL_DEVICES listChris Robinson2011-08-201-14/+1
* Move backend sources to a separate sub-directoryChris Robinson2011-08-201-0/+627