aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a speaker-dist config optionChris Robinson2022-07-072-21/+29
* Properly update the Super Stereo widthChris Robinson2022-07-071-0/+1
* Don't always activate the EAX primary effect slot for sourcesChris Robinson2022-07-061-14/+22
* Remove an unused structChris Robinson2022-07-053-12/+3
* Avoid separate lines for logging exceptionsChris Robinson2022-07-051-14/+5
* Use 48khz by default for playbackChris Robinson2022-07-051-2/+2
* Make some Vector and Matrix methods constexprChris Robinson2022-07-051-29/+22
* Added missing header file for std::assume_aligned. (C++20) (#724)Hongtae Kim2022-07-051-1/+1
* Release 1.22.2Chris Robinson2022-06-272-2/+2
* Update changelogChris Robinson2022-06-271-0/+6
* Define PW_KEY_NODE_RATE when neededChris Robinson2022-06-241-0/+5
* Fix the PipeWire version checkChris Robinson2022-06-241-1/+2
* Release 1.22.1Chris Robinson2022-06-202-2/+2
* Update changelogChris Robinson2022-06-191-1/+8
* Don't change the EAX version when getting a reverb propertyChris Robinson2022-06-191-11/+7
* Combine multiple individual flagsChris Robinson2022-06-193-105/+67
* Track EAX1 source changesChris Robinson2022-06-193-13/+7
* Remove some unnecessary comparison operatorsChris Robinson2022-06-182-352/+72
* Avoid changing the EAX version on failureChris Robinson2022-06-181-3/+2
* Avoid more struct compared for reverb EAX updatesChris Robinson2022-06-181-7/+18
* Fix inverted checksChris Robinson2022-06-181-4/+4
* Don't mark the EAX version changed when getting propertiesChris Robinson2022-06-181-4/+5
* Avoid a full struct compare to check for changesChris Robinson2022-06-182-10/+19
* Rename a parameter to avoid a shadowing warningChris Robinson2022-06-181-24/+18
* Remove an unused lambda captureChris Robinson2022-06-181-1/+1
* Fix checking if the primary effect slot changedChris Robinson2022-06-182-7/+2
* [EAX] Add separate source state for each version (#720)Boris I. Bendovsky2022-06-188-2593/+1664
* Add EFX functions back to the routerChris Robinson2022-06-184-75/+237
* Avoid including intrin.h with cpuid.hChris Robinson2022-06-171-4/+3
* 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
* Set policies to exclude /W3 and /GR on MSVCChris Robinson2022-06-151-9/+8
* 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
* Update changelogChris Robinson2022-06-101-0/+2
* 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
* Use a proper literal typeChris Robinson2022-06-071-1/+1
* Increase the priority of the ALSA backendChris Robinson2022-06-041-3/+3
* Update changelogChris Robinson2022-06-011-1/+2
* Search for Oboe config modules firstChris Robinson2022-06-011-2/+5
* Upload Win32 and x64 artifacts to Github actions (#708)3DJ2022-05-301-1/+19
* Use a ringbuffer for Oboe captureChris Robinson2022-05-281-66/+23
* Fix requeueing logic for OpenSLCapture::captureSamplesChris Robinson2022-05-281-17/+29
* Update ChangelogChris Robinson2022-05-271-0/+13
* 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