aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Handle 5.1 using rear channels with PulseAudio and PipeWireChris Robinson2022-01-252-105/+60
* Move some definitions to where they're usedChris Robinson2022-01-241-2/+2
* Avoid a messy while loop to remove from a vectorChris Robinson2022-01-221-11/+8
* Restructure the PipeWire backend code a bitChris Robinson2022-01-221-219/+235
* Avoid holding a pw_proxy, hold the type it representsChris Robinson2022-01-221-36/+70
* Handle duplex devices with PipeWireChris Robinson2022-01-221-22/+43
* Update changelogChris Robinson2022-01-181-3/+1
* Handle _gettid on FreeBSDChris Robinson2022-01-185-82/+77
* Set niceness as a fallback only on LinuxChris Robinson2022-01-181-0/+9
* Avoid passing a function pointer to std::call_onceChris Robinson2022-01-181-1/+1
* Handle the rt-prio config options as the priority levelChris Robinson2022-01-182-88/+117
* Load the PipeWire real-time configurationChris Robinson2022-01-171-18/+57
* Properly compare the buffer channels for preservationChris Robinson2022-01-171-1/+1
* Fixed compiler warning (#640)Derek Henderson2022-01-171-1/+1
* Add an ambi-format option for ACN ordering and FuMa scalingChris Robinson2022-01-123-2/+19
* Use a different output matrix for late reverbChris Robinson2022-01-111-14/+22
* Explicitly default the band splitter's copy assignmentChris Robinson2022-01-111-0/+1
* Slightly improve handling of stopping voicesChris Robinson2022-01-081-19/+27
* Use the deprecated enum for older Qt versionsChris Robinson2022-01-061-0/+4
* Avoid a deprecated QString enumChris Robinson2022-01-051-1/+1
* Add a third-order ambisonic decoder for HRTFChris Robinson2022-01-052-7/+63
* Update the 3D7.1 configurationChris Robinson2022-01-041-24/+42
* Update the HRTF second-order ambisonic decoderChris Robinson2022-01-041-42/+27
* Remove a couple unnecessary overloadsChris Robinson2022-01-041-9/+1
* Avoid duplicate definitions of the same wrapper functionsChris Robinson2022-01-041-74/+41
* Remove extra ';' after member function definition (#634)Jan Niklas Hasse2022-01-041-1/+1
* Don't mix higher orders of B-Format than the device is doingChris Robinson2022-01-021-2/+2
* Use an span of pointers instead of arrays for mixingChris Robinson2022-01-011-93/+94
* Pass a span of pointers to the UHJ/SuperStereo decoderChris Robinson2022-01-014-23/+29
* Avoid a static-sized char array on the stackChris Robinson2021-12-311-16/+22
* Add a couple more methods to al::optionalChris Robinson2021-12-311-0/+16
* 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
* Make sure alffplay properly stops when quitingChris Robinson2021-12-271-10/+13
* Trace the device format after starting playbackChris Robinson2021-12-271-0/+7
* Heavily update alffplay packet handlingChris Robinson2021-12-261-157/+209
* Add the PipeWire config option to alsoft-configChris Robinson2021-12-252-0/+33
* Increase the priority of the PipeWire backendChris Robinson2021-12-251-6/+6
* Check for audio devices when initializing PipeWireChris Robinson2021-12-252-3/+79
* Fix non-runtime linking with pipewireChris Robinson2021-12-251-1/+2
* Remove unnecessary ifdefs from alffplayChris Robinson2021-12-241-32/+9
* Use the audio clock as the default in alffplayChris Robinson2021-12-241-49/+59
* Use a bitset instead of a plain uint for flagsChris Robinson2021-12-234-37/+42
* Don't do direct channels with UHJ outputChris Robinson2021-12-212-21/+17
* Work around a MinGW thread_local bugChris Robinson2021-12-207-22/+60
* Simplify and combine a couple macrosChris Robinson2021-12-181-8/+8
* Don't swallow up buffer callback samples when pausingChris Robinson2021-12-181-11/+17