aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't limit output wave filename sizeChris Robinson2008-01-111-3/+2
* Fix the Wave Writer's reliance on ftellChris Robinson2008-01-111-2/+3
* Use Sleep instead of usleepChris Robinson2008-01-112-6/+6
* Don't double-close a handle on errorChris Robinson2008-01-111-1/+0
* Don't attempt to open ALSA playback/capture if it didn't loadChris Robinson2008-01-111-1/+7
* Add a wave file writing backendChris Robinson2008-01-115-1/+349
* Use nanosleep instead of usleepChris Robinson2008-01-112-3/+13
* Add Sleep wrapperChris Robinson2008-01-112-0/+6
* Add a timing wrapper, using gettimeofdayChris Robinson2008-01-112-0/+21
* Allow querying of ALC_MONO_SOURCES and ALC_STEREO_SOURCESChris Robinson2008-01-101-0/+18
* Use a more reliable thread loop for DSound, instead of a Win32 timerChris Robinson2008-01-081-68/+64
* Remove unneeded silence fieldChris Robinson2008-01-071-5/+0
* Release 1.1.93openal-soft-1.1.93Chris Robinson2008-01-061-2/+2
* Fix lone ALC_REFRESH query caseChris Robinson2008-01-061-1/+1
* Don't allow 0 periodsChris Robinson2008-01-061-1/+1
* Add missing header includeChris Robinson2008-01-061-0/+1
* ALC_REFRESH is the number of updates per secondChris Robinson2008-01-064-5/+5
* Make OSS's update size dynamicChris Robinson2008-01-061-17/+21
* Fix the buffer size so ALSA doesn't multiply by the number of periodsChris Robinson2008-01-061-4/+6
* Some non-mmap ALSA fixesChris Robinson2008-01-051-40/+21
* Disable fast float-to-int hack.Chris Robinson2008-01-051-0/+2
* Use 6 point spatialization for 6.1 and 7.1 outputChris Robinson2008-01-041-11/+38
* Implement a crossfeed config optionChris Robinson2008-01-032-0/+25
* Add the Bauer stereophonic-to-binaural DSP (bs2b) code and hooksChris Robinson2008-01-035-8/+354
* Fail if OSS can't set the requested bit depth and channel countChris Robinson2008-01-011-38/+9
* Fix channel ordering for multichannel buffersChris Robinson2008-01-011-22/+24
* Remove obsolete commentChris Robinson2007-12-311-2/+0
* Advertise the AL_EXT_MCFORMATS extensionChris Robinson2007-12-311-1/+1
* Handle AL_FORMAT_REAR* formatsChris Robinson2007-12-312-0/+122
* Allow loading of 4, 5.1, 6.1, and 7.1 sample dataChris Robinson2007-12-311-0/+24
* Add paths for 4 to 7.1 channel buffer mixingChris Robinson2007-12-311-8/+45
* Disable unnecessary calculationsChris Robinson2007-12-311-0/+4
* Allow psuedo 6.1 and 7.1 outputChris Robinson2007-12-312-2/+100
* Check specific formats before general propertiesChris Robinson2007-12-311-19/+19
* Export float32 formatsChris Robinson2007-12-311-0/+2
* Add some more formatsChris Robinson2007-12-312-3/+26
* Use an enum list for dealing with channelsChris Robinson2007-12-311-67/+79
* Make some defines local to ALu.cChris Robinson2007-12-312-6/+6
* Fix includes so alMain.h doesn't include so much by itselfChris Robinson2007-12-315-8/+12
* Don't append _struct to the source struct nameChris Robinson2007-12-311-2/+2
* Remove unused macrosChris Robinson2007-12-311-4/+0
* Don't default to AL_FORMAT_STEREO16 when writing to the output bufferChris Robinson2007-12-311-1/+3
* Loop per frame, not per sample, when writing the output bufferChris Robinson2007-12-311-20/+38
* Fallback to non-mmap access for ALSA if mmap isn't availableChris Robinson2007-12-301-3/+114
* Check for the correct ALSA driver option nameChris Robinson2007-12-301-1/+1
* Remove some duplicationChris Robinson2007-12-281-12/+0
* Implement AL_EXT_FLOAT32Chris Robinson2007-12-285-1/+47
* Advertise AL_EXT_IMA4, since it's been supported all this timeChris Robinson2007-12-281-1/+1
* Consolidate buffer loading/conversion a bitChris Robinson2007-12-281-77/+78
* Avoid a couple explicit format checks for buffersChris Robinson2007-12-281-2/+2