aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/dsound.c
Commit message (Collapse)AuthorAgeFilesLines
* Use volatile for member variables that are changed in a different threadChris Robinson2008-07-101-1/+1
|
* Fix config value checkChris Robinson2008-06-041-1/+1
|
* Don't override the format config option in DSoundChris Robinson2008-06-041-1/+19
|
* Define _WIN32_WINNT to 0x0500 when including windows.hChris Robinson2008-03-011-0/+1
| | | | VC7 appears to require that value, or higher, set and fails otherwise
* Don't start the DSound playback thread is startup failedChris Robinson2008-03-011-4/+7
|
* Avoid a static variable for enumeratingChris Robinson2008-02-151-6/+6
|
* Remove FrameSize struct memberChris Robinson2008-02-141-4/+7
|
* Remove unneeded headersChris Robinson2008-02-131-3/+1
|
* Rename UpdateFreq device field to UpdateSizeChris Robinson2008-02-121-3/+3
|
* Pretend DSound buffer fragment size is 1/4th the total buffer sizeChris Robinson2008-02-121-2/+7
|
* Remove explicit dependancy on ole32 and unused dxguidChris Robinson2008-02-081-9/+1
|
* Enumerate DirectSound devicesChris Robinson2008-02-081-9/+39
|
* Use WAVEFORMATEXTENSIBLE for multichannel dsound output, and don't create a ↵Chris Robinson2008-02-011-18/+51
| | | | primary buffer
* Fix availibility amount calculationChris Robinson2008-01-261-2/+5
|
* 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