aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config
Commit message (Expand)AuthorAgeFilesLines
* Remove standard reverb specific processing functionsChris Robinson2018-01-072-31/+5
* Replace the sinc4 resampler with cubicChris Robinson2018-01-071-1/+1
* Rename resampler labelsChris Robinson2017-08-271-3/+3
* Add bsinc24 to alsoft-configChris Robinson2017-08-271-1/+5
* Add a dithering option to alsoft-configChris Robinson2017-05-232-0/+37
* Include the Built-In HRTF names in alsoft-config when enabledChris Robinson2017-05-051-0/+5
* Document the output-limiter config optionChris Robinson2017-04-262-4/+41
* Properly update the resampler label in the UIChris Robinson2017-03-241-1/+3
* Fix the height of some GUI widgetsChris Robinson2017-03-121-27/+21
* Use a spinbox for the nfc-ref-delay valueChris Robinson2017-03-123-72/+19
* Use QString's arg method to format the float valueChris Robinson2017-03-121-4/+3
* Handle the nfc-ref-delay config optionChris Robinson2017-03-123-1/+121
* Document the nfc config option and expose it in alsoft-configChris Robinson2017-03-122-1/+36
* Stretch out some GUI elements for the decoder configurationsChris Robinson2017-03-011-12/+12
* Rename stereo-panning option to stereo-encodingChris Robinson2017-02-222-19/+21
* Reduce the default period count to 3Chris Robinson2017-02-221-1/+1
* Make the "sends" config option act as a limitChris Robinson2017-02-211-18/+5
* Increase the default effect slot and send countChris Robinson2017-02-212-5/+5
* Allow distance compensation for non-HQ rendering as wellChris Robinson2017-02-203-13/+3
* Remove the separate surround51rear decoder optionChris Robinson2017-02-193-55/+9
* Remove the sinc8 resampler optionChris Robinson2017-02-192-11/+11
* Replace range-based for loops with QList iteratorsChris Robinson2017-01-131-8/+8
* Search for and use Qt5 for alsoft-configChris Robinson2017-01-121-13/+36
* Use C++11 for alsoft-configChris Robinson2017-01-121-8/+8
* Rename the version target for systems that have a version libChris Robinson2016-12-211-2/+2
* Avoid duplicate HRTF entries in the UIChris Robinson2016-12-211-2/+11
* More robustly generate the git commit ID and branchChris Robinson2016-12-211-0/+3
* Trace the commit ID and branch the library was built fromChris Robinson2016-12-211-1/+4
* Use GNUInstallDirs to place the build artifacts properlyMarcel Metz2016-09-061-3/+3
* Rename Ambisonics to Ambisonic in a couple placesChris Robinson2016-07-311-3/+3
* Handle ambi-format with alsoft-configChris Robinson2016-07-312-0/+47
* Update alsoft-config for the ambisonic output configurationsChris Robinson2016-07-302-8/+12
* Add a cmake option to embed the HRTF dataChris Robinson2016-07-121-0/+1
* alsoft-config: Raise source limit to 4096Andrew Eikum2016-05-131-1/+1
* Open the file selector to an existing path for presetsChris Robinson2016-04-231-1/+16
* Put the decoder options in a group boxChris Robinson2016-04-101-186/+202
* Use the correct slot callback for the 6.1 and 7.1 decoder buttonsChris Robinson2016-04-081-2/+2
* Add a config dialog tab for decoder optionsChris Robinson2016-03-283-5/+336
* Browse with the current or default device already selectedChris Robinson2016-03-061-3/+9
* Add a simple About page that shows the library build versionChris Robinson2016-03-063-0/+24
* Add a couple helpers for dealing with name-pair listsChris Robinson2016-03-061-70/+46
* Handle the stereo panning option dynamicallyChris Robinson2016-03-052-29/+33
* Use the correct index for finding an empty stringChris Robinson2016-03-051-2/+2
* Add a backend tab page for JACK optionsChris Robinson2016-03-023-0/+125
* Use the clicked() signal for the Browse buttonsChris Robinson2016-03-021-4/+4
* Add a Wave Writer backend config pageChris Robinson2016-03-023-0/+98
* Add OSS and Solaris config pagesChris Robinson2016-03-023-0/+193
* Properly remove empty config valuesChris Robinson2016-02-281-30/+19
* Add an option to select between UHJ and pair-wise mixing.Chris Robinson2016-02-282-0/+65
* Properly check for preexisting HRTF namesChris Robinson2016-02-281-32/+34