aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/dsound.c
Commit message (Collapse)AuthorAgeFilesLines
* Make the first enumerated DirectSound device use the default, and fix the nameChris Robinson2010-11-251-2/+15
|
* Get rid of the device timer stuffChris Robinson2010-11-211-9/+1
|
* Be a bit more verbose when a device fails to openChris Robinson2010-08-011-0/+1
|
* Store the time precision with the deviceChris Robinson2010-07-251-0/+2
|
* Add a backend callback to get the device timeChris Robinson2010-07-241-1/+7
| | | | | The method should monotonically count the number of nanoseconds the device has active contexts
* Improve handling of lost DirectSound buffersChris Robinson2010-06-091-7/+21
|
* Prevent multiple DirectSound devices from getting the same name, tooChris Robinson2010-06-091-12/+26
|
* Increase the temp buffer sizes to construct device names withChris Robinson2010-05-311-1/+1
|
* Update device naming to be more apparent about the device being usedChris Robinson2010-05-311-1/+1
|
* Don't unload libs when they're not neededChris Robinson2010-05-281-24/+9
| | | | | Some libs don't really like being unloaded and reloaded all the time, and the benefits aren't that great
* Add a function to get the frame size from a formatChris Robinson2010-05-241-3/+2
|
* Add mono and stereo channel masks for DSound outputChris Robinson2010-05-211-0/+3
|
* Don't needlessly expose a variable for the backendsChris Robinson2010-05-121-1/+1
|
* Build device lists only when neededChris Robinson2010-03-091-29/+41
|
* Probe physical devices separately from appending them to the device listChris Robinson2010-03-091-1/+5
|
* Store ALC errors with the device when possibleChris Robinson2009-12-281-1/+1
|
* Add a function to check if a config option is set to a non-empty valueChris Robinson2009-12-281-1/+1
|
* Clean up some loading checksChris Robinson2009-12-261-7/+7
|
* Use a channel-map to specify the output device channel orderChris Robinson2009-12-021-0/+1
|
* Add an option for real-time priority mixingChris Robinson2009-12-011-1/+1
| | | | Default to disable for now, as a safety precaution
* Avoid setting a field redundantlyChris Robinson2009-11-291-1/+0
|
* Enable real-time priority for ALSA, OSS, and DirectSound mixing loopsChris Robinson2009-11-291-2/+3
|
* Reset the kill flag after the thread has stoppedChris Robinson2009-11-291-0/+2
|
* Rename SetALCError for consistencyChris Robinson2009-10-071-1/+1
|
* Load backend libs on-demandChris Robinson2009-09-271-38/+59
|
* Attempt to reload backend libs when probing, if they didn't initially loadChris Robinson2009-09-231-4/+4
|
* Properly handle forced 32-bit float output with DSoundChris Robinson2009-09-211-5/+5
|
* Return imediately if trying to set an unknown formatChris Robinson2009-09-211-0/+5
|
* Remove left-over backend-specific period optionsChris Robinson2009-09-161-3/+0
|
* Store the number of periods in the device instead of the buffer sizeChris Robinson2009-09-161-8/+5
| | | | Also keep all the fields in sync
* Remove unnecessary parameters, and rename methodsChris Robinson2009-09-161-6/+4
|
* Pass the device to aluMixDataChris Robinson2009-09-151-4/+7
|
* Pass the frame count to aluMixDataChris Robinson2009-09-151-2/+2
|
* Fix compilation for WindowsChris Robinson2009-08-281-3/+4
|
* Don't free a NULL handleChris Robinson2009-08-271-1/+2
|
* Remove unnecessary vars and rework device name checksChris Robinson2009-08-271-7/+5
|
* Rebuild device lists when retrieving themChris Robinson2009-08-271-17/+29
|
* Store a copy of the device name in the deviceChris Robinson2009-08-271-2/+4
|
* Store copies of the device names in the individual backendsChris Robinson2009-08-271-10/+36
|
* Add a method to deinitialize backendsChris Robinson2009-08-261-0/+4
|
* Support 32-bit float outputChris Robinson2009-08-151-7/+21
|
* Fix speaker override checkChris Robinson2009-08-141-1/+1
|
* Remove unnecessary function parametersChris Robinson2009-08-131-4/+1
|
* Start DSound playback at context creationChris Robinson2009-08-131-47/+55
|
* Allow delaying playback start until context creation, and don't use ↵Chris Robinson2009-08-131-2/+17
| | | | | | | UpdateSize to store the buffer size This will make it possible to support the context attributes (frequency, refresh, etc) for some backends
* add check for _WAVEFORMATEXTENSIBLE_ and define _WIN32_IE before inlcuding ↵Alam Arias2009-06-071-0/+4
| | | | any header
* Don't update the devicevalues before returning successChris Robinson2009-05-271-24/+36
|
* Make sure DSSPEAKER_5POINT1 is definedChris Robinson2009-05-141-0/+3
|
* Dynamically load dsound when possibleChris Robinson2009-03-101-2/+36
|
* Wait until one full fragment is empty before mixingChris Robinson2008-11-211-1/+1
|