aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid dividing by a constantChris Robinson2022-05-241-4/+4
* [EAX] Add separate effect state for each version (#705)Boris I. Bendovsky2022-05-2431-6651/+4211
* Use the mix format if IsFormatSupported fails for WASAPI captureChris Robinson2022-05-171-1/+6
* Update documentation about the 3D7.1 presetChris Robinson2022-05-171-3/+4
* Fix some formatting in the 3D7.1 presetChris Robinson2022-05-171-7/+8
* Avoid a virtual function call to set the decoder widthChris Robinson2022-05-172-16/+9
* Use a member variable to specify the decoder paddingChris Robinson2022-05-172-2/+11
* Check the container type given to DEF_NEWDEL and DEF_FAM_NEWDELChris Robinson2022-05-161-3/+7
* Avoid magic numbersChris Robinson2022-05-162-6/+10
* Move EAX files to their own sub-directoryChris Robinson2022-05-1646-94/+93
* Use virtual functions for the decoderChris Robinson2022-05-145-29/+39
* Mark the template base as inlineChris Robinson2022-05-141-1/+1
* Resample before frequency analysisChris Robinson2022-05-136-40/+94
* 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 pkg-config file when libdir/bindir/includedir specified as absolute paths...ilya-fedin2022-05-131-3/+3
* Search the installation data directory (#693)ilya-fedin2022-05-133-0/+22
* Fix the CoreAudio output element valueChris Robinson2022-05-101-1/+1
* Properly set the air absorption gain baseChris Robinson2022-05-101-0/+1
* Don't enable RTKit/D-Bus support on WindowsChris Robinson2022-05-092-42/+44
* More agressively hide PipeWire and SDL header warningsChris Robinson2022-05-093-6/+21
* Avoid an ugly and confusing generate_nChris Robinson2022-05-081-13/+7
* Clean up readAudio someChris Robinson2022-05-081-76/+40
* Drain audio frames when stopping playback in alffplayChris Robinson2022-05-071-7/+16
* 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-063-7/+8
* Fix CoreAudio audio unit element values for captureChris Robinson2022-05-021-19/+21
* Check for a minimum PipeWire versionChris Robinson2022-04-271-1/+1
* Update alsoftrc.sample about surround3d71Chris Robinson2022-04-271-7/+11
* Reset the ringbuffer when stopping OpenSL playbackChris Robinson2022-04-261-0/+2
* Handle 3D7.1 as a separate channel configurationChris Robinson2022-04-2622-129/+219
* Update a tooltip to match current behaviorChris Robinson2022-04-261-3/+1
* Add an option to alsoft-config for EAX API supportChris Robinson2022-04-262-1/+29
* Workaround a MinGW issue with str(n)casecmp macrosChris Robinson2022-04-261-0/+1
* Use bool() instead of bool{} to castChris Robinson2022-04-251-2/+2
* 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
* Fallback to pkg-config for dbus (#689)ilya-fedin2022-04-251-2/+11
* Release 1.22.0Chris Robinson2022-04-222-3/+3
* Remove a couple unused fieldsChris Robinson2022-04-221-3/+0
* Define FUNCTION_CAST in a common headerChris Robinson2022-04-227-46/+15
* Print the output mode from openal-infoChris Robinson2022-04-171-0/+29
* Finalize ALC_SOFT_output_modeChris Robinson2022-04-174-20/+21
* Always report ALC_ANY_SOFT for output without contextsChris Robinson2022-04-171-0/+3
* Silence reverb with EAX by defaultChris Robinson2022-04-161-0/+6
* 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