aboutsummaryrefslogtreecommitdiffstats
path: root/alc
Commit message (Expand)AuthorAgeFilesLines
* Check the channel count for a valid DecoderViewChris Robinson2022-08-021-1/+1
* Add media class for Audio/Source/Virtual as a valid node (#747)Eir W2022-08-021-1/+6
* Use an intrusive_ptr to hold on to the EffectStateChris Robinson2022-07-291-3/+3
* Ensure some mixing buffers are aligned for SIMDChris Robinson2022-07-262-2/+2
* Use the reverb air absorption for the send pathsChris Robinson2022-07-191-9/+7
* Declare variables closer to where they're usedChris Robinson2022-07-181-4/+2
* [EAX_CONTEXT] Fix defaults for current propertiesBoris I. Bendovsky2022-07-172-6/+41
* [EAX_CONTEXT] Fix committing of a property valueBoris I. Bendovsky2022-07-171-1/+3
* [EAX_FX_SLOT] Mark sources as changed instead of commiting them to catch up w...Boris I. Bendovsky2022-07-172-7/+1
* Don't pass an EaxCall to initialize_fx_slotsChris Robinson2022-07-152-9/+8
* Don't store and manage wet buffers separatelyChris Robinson2022-07-154-54/+15
* Allocate EffectSlots in clustersChris Robinson2022-07-152-1/+20
* Dynamically allocate EffectSlot objectsChris Robinson2022-07-152-4/+4
* Don't track dirty flags per EAX versionChris Robinson2022-07-132-38/+25
* Don't commit EAX properties when not initializedChris Robinson2022-07-131-1/+2
* [EAX] Add separate context state for each version (#731)Boris I. Bendovsky2022-07-132-688/+615
* [EAX] Use separate FX slot state for each version (#730)Boris I. Bendovsky2022-07-122-17/+4
* Add a config compat option for NFC distance scalingChris Robinson2022-07-073-8/+12
* Add a speaker-dist config optionChris Robinson2022-07-071-7/+15
* Remove an unused structChris Robinson2022-07-051-9/+1
* Define PW_KEY_NODE_RATE when neededChris Robinson2022-06-241-0/+5
* Fix the PipeWire version checkChris Robinson2022-06-241-1/+2
* Remove an unused lambda captureChris Robinson2022-06-181-1/+1
* [EAX] Add separate source state for each version (#720)Boris I. Bendovsky2022-06-182-27/+8
* Don't apply effect auto send adjustments for non-reverb effectsChris Robinson2022-06-161-1/+1
* Match exactly 5.1 Rear in WASAPIChris Robinson2022-06-161-2/+2
* Handle a blank channel mask from WASAPIChris Robinson2022-06-141-10/+18
* Use an inline function instead of a function-like macroChris Robinson2022-06-121-6/+7
* Disable EAX if the Chorus effect is disabledChris Robinson2022-06-101-2/+7
* Handle 5.1 Rear with DSound playbackChris Robinson2022-06-081-42/+44
* Check and handle 5.1 Rear with WASAPI captureChris Robinson2022-06-071-3/+23
* Trace the WASAPI device mix formatChris Robinson2022-06-071-0/+1
* Track 5.1 Rear with WASAPI playbackChris Robinson2022-06-071-3/+14
* Increase the priority of the ALSA backendChris Robinson2022-06-041-3/+3
* Use a ringbuffer for Oboe captureChris Robinson2022-05-281-66/+23
* Fix requeueing logic for OpenSLCapture::captureSamplesChris Robinson2022-05-281-17/+29
* Ensure enough default sends for EAX with the config option setChris Robinson2022-05-271-10/+24
* Use a boolean check instead of a function pointerChris Robinson2022-05-241-7/+14
* Avoid dividing by a constantChris Robinson2022-05-241-4/+4
* [EAX] Add separate effect state for each version (#705)Boris I. Bendovsky2022-05-242-164/+118
* Use the mix format if IsFormatSupported fails for WASAPI captureChris Robinson2022-05-171-1/+6
* Avoid a virtual function call to set the decoder widthChris Robinson2022-05-171-1/+1
* Move EAX files to their own sub-directoryChris Robinson2022-05-164-9/+9
* Use virtual functions for the decoderChris Robinson2022-05-141-1/+1
* Mark the template base as inlineChris Robinson2022-05-141-1/+1
* Keep some variables local to where they're neededChris Robinson2022-05-131-26/+21
* 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