aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add functions to write (signed) byte and ushort samples to devicesChris Robinson2010-12-021-1/+34
|
* Remove incomplete EXT_buffer_sub_data, as it's (temporarily) superceded by ↵Chris Robinson2010-12-021-6/+4
| | | | | | SOFT_buffer_sub_data The EXT version can come back when other implementations take an interest
* Use memcpy to copy a string instead of sprintfChris Robinson2010-12-021-1/+1
|
* Make a function staticChris Robinson2010-12-021-1/+3
|
* Template-ize the device buffer writing functionsChris Robinson2010-12-011-83/+144
|
* Rename OUTPUTCHANNELS to something more descriptiveChris Robinson2010-12-017-52/+52
|
* Reorder some parameters for consistencyChris Robinson2010-11-292-5/+5
|
* Store double formats as floatChris Robinson2010-11-281-46/+0
| | | | | The mixer will cut it down to float anyway, so it's unnecessary and needlessly creates more mixer functions
* Uninline some functionsChris Robinson2010-11-283-0/+140
| | | | Also add -Winline to the compiler command line to watch for future inline problems
* Avoid making Resampler[Pre]Padding staticChris Robinson2010-11-281-3/+0
|
* Prefer GCC's constructor, even in WindowsChris Robinson2010-11-281-4/+4
|
* Rename some stuff for consistencyChris Robinson2010-11-282-5/+5
|
* Don't store the internal format in the bufferChris Robinson2010-11-282-5/+5
| | | | The type and channel config are good enough
* Support rear formats directly in the mixerChris Robinson2010-11-271-0/+23
|
* Add a basic WaveOut deviceChris Robinson2010-11-271-19/+343
| | | | It can still use more work, but it seems to work
* Support 64-bit double buffers directlyChris Robinson2010-11-271-0/+42
|
* Use the enums in a couple more placesChris Robinson2010-11-271-4/+4
|
* Use enums when selecting the mixerChris Robinson2010-11-261-29/+34
|
* Avoid some more code duplicationChris Robinson2010-11-261-36/+44
|
* Fix step calculationsChris Robinson2010-11-261-4/+0
|
* Fix some commentsChris Robinson2010-11-261-4/+5
|
* Properly clamp high pitch valuesChris Robinson2010-11-262-41/+35
|
* Subtract the fractional position separatelyChris Robinson2010-11-261-1/+2
|
* Rename some variables to be clearerChris Robinson2010-11-261-61/+62
|
* Make the buffer padding size dependent on the resamplerChris Robinson2010-11-261-15/+20
|
* Convert a few divisions to multiplicationsChris Robinson2010-11-261-6/+7
|