aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/dsound.c
Commit message (Collapse)AuthorAgeFilesLines
...
* aluBytesFromFormat returns bytes, not bitsChris Robinson2008-01-261-5/+5
|
* Update frame size after detecting the directsound output formatChris Robinson2008-01-251-0/+2
|
* Remove unnecessary Channels fieldChris Robinson2008-01-251-1/+1
|
* Set the output format according to the speaker setup reported by directsoundChris Robinson2008-01-251-8/+54
|
* Use both write pointers from the directsound buffer lockChris Robinson2008-01-251-8/+10
|
* Remove duplication of setting the max source countChris Robinson2008-01-191-2/+0
|
* Add missing config.h includesChris Robinson2008-01-161-0/+2
|
* Use a more reliable thread loop for DSound, instead of a Win32 timerChris Robinson2008-01-081-68/+64
| | | | Also use a simpler method for calculating the read/write location
* ALC_REFRESH is the number of updates per secondChris Robinson2008-01-061-2/+2
|
* Don't check explicitly against formats, but rather their byte/channel countChris Robinson2007-12-261-1/+1
|
* Store a persistant name string with the device structChris Robinson2007-12-141-6/+6
|
* Remove static variable from DSound callbackChris Robinson2007-12-051-7/+6
|
* Allow aluMixData to accept a NULL context for silenceChris Robinson2007-12-051-12/+4
|
* Initial importChris Robinson2007-11-131-0/+294