aboutsummaryrefslogtreecommitdiffstats
path: root/alc
Commit message (Expand)AuthorAgeFilesLines
* Use a different output matrix for late reverbChris Robinson2022-01-111-14/+22
* Add a third-order ambisonic decoder for HRTFChris Robinson2022-01-051-2/+59
* Update the HRTF second-order ambisonic decoderChris Robinson2022-01-041-42/+27
* Avoid a static-sized char array on the stackChris Robinson2021-12-311-16/+22
* Avoid some unnecessary copyingChris Robinson2021-12-311-10/+9
* Some more restructuring of the PipeWire backendChris Robinson2021-12-301-73/+58
* Set the node rate for the pipewire capture stream tooChris Robinson2021-12-291-0/+1
* Move some constexpr variables to where they're usedChris Robinson2021-12-281-50/+47
* C++-ize the PipeWire backend some moreChris Robinson2021-12-281-61/+94
* Trace the device format after starting playbackChris Robinson2021-12-271-0/+7
* Increase the priority of the PipeWire backendChris Robinson2021-12-251-6/+6
* Check for audio devices when initializing PipeWireChris Robinson2021-12-251-3/+64
* Use a bitset instead of a plain uint for flagsChris Robinson2021-12-231-5/+5
* Don't do direct channels with UHJ outputChris Robinson2021-12-212-21/+17
* Work around a MinGW thread_local bugChris Robinson2021-12-203-7/+29
* Move some more context functions to the proper sourceChris Robinson2021-12-171-76/+0
* Move the effects base and effectslot to coreChris Robinson2021-12-1719-331/+19
* Move some ContextBase function definitions to the right placeChris Robinson2021-12-171-64/+0
* Remove an unnecessary parameterChris Robinson2021-12-171-14/+10
* Allocate voice properties in clustersChris Robinson2021-12-172-23/+27
* Set the PipeWire stream rateChris Robinson2021-12-161-0/+1
* Add source properties for Super StereoChris Robinson2021-12-153-0/+12
* Make an inline function to check for 2D ambisonic formatsChris Robinson2021-12-122-8/+4
* Avoid initializing the NFC filter for every voice channelChris Robinson2021-12-112-0/+5
* Add an internal Super Stereo formatChris Robinson2021-12-112-7/+8
* Adjust the crossover frequency for HRTF ambisonic decodingChris Robinson2021-12-081-0/+13
* Don't clamp the distance with distance attenuation disabledChris Robinson2021-11-301-1/+0
* Avoid passing spans unnecessarilyChris Robinson2021-11-251-2/+2
* Return true from alcReopenDeviceSOFT if the new device openedChris Robinson2021-11-211-4/+29
* Downgrade some ERRs to WARNsChris Robinson2021-11-211-2/+2
* Make the backend pointer part of ALCdevice instead of DeviceBaseChris Robinson2021-11-194-17/+16
* Consolidate some variable stateChris Robinson2021-11-172-52/+47
* Always lock the device state when querying device attributesChris Robinson2021-11-161-32/+10
* Handle SPA_CHOICE_None for sample rates from PipeWireChris Robinson2021-11-141-52/+59
* Report unexpected types for the sample rate from PipeWireChris Robinson2021-11-141-42/+44
* Support "enum" choices for sample rates with PipeWireChris Robinson2021-11-141-8/+48
* Update some in-progress extension typesChris Robinson2021-11-101-3/+3
* Add an extension to request stereo UHJ outputChris Robinson2021-11-082-8/+41
* Don't trace unused metadata properties and node typesChris Robinson2021-10-261-6/+0
* Don't change the requested format when it's usable with WASAPIChris Robinson2021-10-251-19/+53
* Use a tri-state optional for the stereo output modeChris Robinson2021-10-243-20/+34
* Pass a parameter to aluInitRenderer to specify UHJ outputChris Robinson2021-10-233-23/+27
* Fix a double-releaseChris Robinson2021-10-231-2/+0
* Use a flag to indicate headphone-like outputChris Robinson2021-10-236-23/+21
* Don't reset the ambisonic layout and scale with stereo outputChris Robinson2021-10-231-5/+1
* Don't pass the whole decoder to InitDistanceCompChris Robinson2021-10-231-4/+4
* Fix the ambisonic scaling used by custom decodersChris Robinson2021-10-231-0/+1
* Remove some lingering mentions of surround51rearChris Robinson2021-10-211-4/+2
* Don't declare functions outside of where they're usedChris Robinson2021-10-212-82/+66
* Remove the last external uses of GetConfigValueChris Robinson2021-10-212-34/+41