| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove explicit dependancy on ole32 and unused dxguid | Chris Robinson | 2008-02-08 | 1 | -9/+1 |
* | Enumerate DirectSound devices | Chris Robinson | 2008-02-08 | 1 | -9/+39 |
* | Use WAVEFORMATEXTENSIBLE for multichannel dsound output, and don't create a p... | Chris Robinson | 2008-02-01 | 1 | -18/+51 |
* | Fix availibility amount calculation | Chris Robinson | 2008-01-26 | 1 | -2/+5 |
* | aluBytesFromFormat returns bytes, not bits | Chris Robinson | 2008-01-26 | 1 | -5/+5 |
* | Update frame size after detecting the directsound output format | Chris Robinson | 2008-01-25 | 1 | -0/+2 |
* | Remove unnecessary Channels field | Chris Robinson | 2008-01-25 | 1 | -1/+1 |
* | Set the output format according to the speaker setup reported by directsound | Chris Robinson | 2008-01-25 | 1 | -8/+54 |
* | Use both write pointers from the directsound buffer lock | Chris Robinson | 2008-01-25 | 1 | -8/+10 |
* | Remove duplication of setting the max source count | Chris Robinson | 2008-01-19 | 1 | -2/+0 |
* | Add missing config.h includes | Chris Robinson | 2008-01-16 | 1 | -0/+2 |
* | Use a more reliable thread loop for DSound, instead of a Win32 timer | Chris Robinson | 2008-01-08 | 1 | -68/+64 |
* | ALC_REFRESH is the number of updates per second | Chris Robinson | 2008-01-06 | 1 | -2/+2 |
* | Don't check explicitly against formats, but rather their byte/channel count | Chris Robinson | 2007-12-26 | 1 | -1/+1 |
* | Store a persistant name string with the device struct | Chris Robinson | 2007-12-14 | 1 | -6/+6 |
* | Remove static variable from DSound callback | Chris Robinson | 2007-12-05 | 1 | -7/+6 |
* | Allow aluMixData to accept a NULL context for silence | Chris Robinson | 2007-12-05 | 1 | -12/+4 |
* | Initial import | Chris Robinson | 2007-11-13 | 1 | -0/+294 |