aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
* Add an HRTF filter for mono sourcesChris Robinson2011-05-014-17/+2197
* Add a device flag for enabling HRTFChris Robinson2011-05-011-4/+8
* Be silent if the PulseAudio context fails to connect while probingChris Robinson2011-04-301-5/+6
* Add the SOFT moniker for the loopback extension functions and enumsChris Robinson2011-04-281-14/+14
* Allow MSVC to build a static libChris Robinson2011-04-271-0/+18
* Add loopback device properties to the ALCenum listChris Robinson2011-04-271-0/+5
* Add a couple in-progress extensions to the extension listsChris Robinson2011-04-271-3/+4
* Add support for packed 24-bit samplesChris Robinson2011-04-261-0/+2
* Add a compatibility option to treat cone angles as half anglesChris Robinson2011-04-222-2/+9
* Convert full-width cone angle source properties to half-widthChris Robinson2011-04-221-3/+3
* Apply the device matrix to the multi-channel source matrixChris Robinson2011-04-141-72/+74
* Fix LFE channel outputChris Robinson2011-04-141-0/+3
* Only set relevant device matrix entriesChris Robinson2011-04-121-30/+35
* Allow the buffer_samples API to be retrievedChris Robinson2011-04-101-0/+6
* Add alBufferSamplesSOFT, as an initial start to AL_SOFT_buffer_samplesChris Robinson2011-03-161-2/+2
* NoErr should be noErrChris Robinson2011-03-151-8/+8
* Add a CoreAudio backendChris Robinson2011-03-152-0/+293
* Invert the device matrix row/columnChris Robinson2011-03-132-41/+41
* Remove more unneeded castsChris Robinson2011-03-131-5/+5
* Remove unnecessary castsChris Robinson2011-03-131-2/+2
* Fix DSound floating-point sample assumptionsChris Robinson2011-03-121-2/+2
* Combine multiple lists into oneChris Robinson2011-03-121-11/+0
* Add support for ALC_EXT_DEDICATEDChris Robinson2011-03-122-1/+134
* Better protect the device for multi-threading accessChris Robinson2011-03-121-35/+33
* Implement a basic non-real-time loopback deviceChris Robinson2011-03-112-11/+313
* Finalize the loop points extension as AL_SOFT_loop_pointsChris Robinson2011-02-091-2/+2
* Use the correct winmm device ID typeChris Robinson2011-02-081-2/+2
* Don't inline CalcLimitedHfRatioChris Robinson2011-02-071-1/+1
* Add a missing enum value for PA_API_VERSION 11Chris Robinson2011-02-071-0/+1
* Include cguid.h for GUID_NULLChris Robinson2011-02-071-0/+1
* Fix looping on loop pointsChris Robinson2011-02-061-7/+12
* Re-enable channel-config-specific layout optionsChris Robinson2011-01-231-5/+8
* Don't duplicate the device list append functionChris Robinson2011-01-231-18/+24
* Avoid using a variable for array sizes and const variable initializationChris Robinson2011-01-231-5/+5
* Fix loop handling when traversing the buffer queue backwardsChris Robinson2011-01-231-3/+3
* More improvements to the AudioIO backendChris Robinson2010-12-091-4/+9
* Better check format type returned by AUDIO_SETINFOChris Robinson2010-12-091-3/+8
* Add signed 8-bit output to the AudioIO backendChris Robinson2010-12-091-2/+3
* Fix some AudioIO backend warningsChris Robinson2010-12-091-5/+1
* Cleanup some ok() macrosChris Robinson2010-12-091-15/+23
* Be consistent with variable name useChris Robinson2010-12-091-9/+9
* Combine stereo and multi-channel templatesChris Robinson2010-12-091-181/+13
* Use a matrix when rendering to the dry bufferChris Robinson2010-12-092-64/+115
* Make better use of the type range when converting from floatChris Robinson2010-12-091-22/+14
* Use simple loops instead of several explicit lines for the mono mixerChris Robinson2010-12-091-24/+6
* Be a bit more generic with the multi-channel mixer loopsChris Robinson2010-12-091-77/+73
* Remove some now-unused functionsChris Robinson2010-12-081-106/+0
* Set the playing flag to TRUE when the dsound buffer starts playingChris Robinson2010-12-041-0/+1
* Separate device format into 'channel config' and 'sample type' componentsChris Robinson2010-12-0412-386/+448
* Fix wave and null device calculations when the timer wrapsChris Robinson2010-12-032-2/+2