aboutsummaryrefslogtreecommitdiffstats
path: root/alc
Commit message (Expand)AuthorAgeFilesLines
...
* Use pw_buffer::requested in newer PipeWire versionsChris Robinson2022-05-131-16/+26
* Remove a couple unnecessary castsChris Robinson2022-05-131-3/+3
* Fix the CoreAudio output element valueChris Robinson2022-05-101-1/+1
* More agressively hide PipeWire and SDL header warningsChris Robinson2022-05-092-2/+17
* Reject older versions of PipeWire than built againstChris Robinson2022-05-071-0/+24
* Avoid a deprecated PipeWire functionChris Robinson2022-05-061-4/+17
* Use an array of pointers for the UHJ encoder inputChris Robinson2022-05-061-1/+1
* Fix CoreAudio audio unit element values for captureChris Robinson2022-05-021-19/+21
* Reset the ringbuffer when stopping OpenSL playbackChris Robinson2022-04-261-0/+2
* Handle 3D7.1 as a separate channel configurationChris Robinson2022-04-2615-75/+103
* Fully protect disconnection with the mixer counterChris Robinson2022-04-251-36/+36
* Use a type alias to simplify using a typeChris Robinson2022-04-251-7/+8
* Clean up some case spaghettiChris Robinson2022-04-251-13/+10
* Finalize ALC_SOFT_output_modeChris Robinson2022-04-172-16/+1
* Always report ALC_ANY_SOFT for output without contextsChris Robinson2022-04-171-0/+3
* Use a bool type for boolean parametersChris Robinson2022-04-164-4/+4
* Include ALC_OUTPUT_MODE_SOFT with ALC_ALL_ATTRIBUTESChris Robinson2022-04-161-4/+10
* Update the ALC_SOFT_output_mode surround enumsChris Robinson2022-04-153-6/+9
* Finalize AL_SOFT_UHJChris Robinson2022-04-132-19/+1
* Clear capture buffers before enqueueing them with OpenSLChris Robinson2022-04-081-3/+12
* Keep track of uncaptured samples with the Oboe backendChris Robinson2022-04-061-8/+41
* Rename lerp to avoid conflicts with C++20's std::lerpChris Robinson2022-04-064-14/+14
* Limit the super stereo width factor to 0.7Chris Robinson2022-04-041-1/+1
* Update a comment for abandoned extension functionsChris Robinson2022-04-031-1/+1
* Finalize AL_SOFT_callback_bufferChris Robinson2022-04-012-18/+1
* Fix ALC_SOFT_reopen_device for the null device extension listChris Robinson2022-04-011-1/+1
* Remove the unused flags parameter from alBufferCallbackSOFTChris Robinson2022-04-011-2/+2
* Finalize ALC_SOFT_reopen_deviceChris Robinson2022-04-012-11/+1
* Avoid some explicit extern "C"s on function definitionsChris Robinson2022-03-311-0/+12
* Avoid some redundant variable assignmentsChris Robinson2022-03-301-12/+6
* Remove the reversed all-pass trick in MixDirectHrtfBaseChris Robinson2022-03-301-2/+0
* Avoid a shadow declaration warningChris Robinson2022-03-301-7/+7
* Make and use a Default enum for StereoEncodingChris Robinson2022-03-292-11/+11
* Rename ALC_STEREO_PLAIN_SOFT and don't duplicate ALC_HRTF_SOFTChris Robinson2022-03-294-7/+7
* Handle more modes with the ALC_OUTPUT_MODE_SOFT attributeChris Robinson2022-03-234-184/+254
* Better ensure attributes are properly tracedChris Robinson2022-03-171-28/+15
* Fix tracing the ALC_OUTPUT_MODE_SOFT attributeChris Robinson2022-03-171-1/+1
* Ensure the EAX functions are suitably aligned on 32-bitChris Robinson2022-03-161-2/+2
* Add options to reverse local X and Y coordinatesChris Robinson2022-03-103-9/+21
* Add a config option for reverse-zChris Robinson2022-03-103-24/+29
* Fix X-RAM trackingChris Robinson2022-03-061-1/+1
* Simplify committing EAX propertiesChris Robinson2022-03-051-18/+5
* Ensure deferred EAX effect properties are committedChris Robinson2022-03-041-0/+2
* Fix applying the EAX context AirAbsorptionHF propertyChris Robinson2022-03-021-1/+1
* Fix applying air absorptionChris Robinson2022-03-021-20/+20
* Move some temp variables closer to where they're usedChris Robinson2022-03-021-69/+67
* Rework source send distance attenuation handlingChris Robinson2022-03-021-61/+77
* Rework the initial reverb decayChris Robinson2022-03-011-41/+32
* Remove AL_SOFTX_filter_gain_exChris Robinson2022-02-281-1/+0
* Define the CoreAudio default name only when neededChris Robinson2022-02-231-2/+4