aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Instead of forcing the device to always use the specified send count, it simply limits requests to it.
* Increase the default effect slot and send countChris Robinson2017-02-212-5/+5
| | | | | | | | | | The default number of auxiliary effect slots is now 64. This can still be raised by the config file without a hard maximum, but incurs processing cost for each effect slot generated by the app. The default number of source sends is now actually 2, as per the EFX docs. However, it can be raised up to 16 via ALC_MAX_AUXILIARY_SENDS attribute requests, rather than the previous 4.
* Allow distance compensation for non-HQ rendering as wellChris Robinson2017-02-203-13/+3
| | | | | It still requires a custom configuration to specify appropriate speaker distances.
* Remove the separate surround51rear decoder optionChris Robinson2017-02-193-55/+9
| | | | | | Both 5.1 Side and Rear configurations use 'surround51' to look up the appropriate decoder file. The decoder loader already handles mapping between rear and side channels, so there's no need for separate options.
* Remove the sinc8 resampler optionChris Robinson2017-02-192-11/+11
| | | | | Perf shows less than 1 percent CPU difference from the higher quality bsinc resampler, but uses almost twice as much memory (a 128KB lookup table).
* Replace range-based for loops with QList iteratorsChris Robinson2017-01-131-8/+8
| | | | Less than ideal, but some targets can't rely on C++11
* Search for and use Qt5 for alsoft-configChris Robinson2017-01-121-13/+36
| | | | An option is provided to instead use Qt4.8 still if desired.
* 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
| | | | | | Similar to how the library handles it, duplicate entries of the same file are ignored. This could happen if, for example, XDG_DATA_DIRS contains the same path multiple times.
* 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
|
* Merge pull request #63 from adrianbroher/gnuinstalldirkcat2016-09-141-3/+3
|\ | | | | Use GNUInstallDirs to place the build artifacts properly
| * Use GNUInstallDirs to place the build artifacts properlyMarcel Metz2016-09-061-3/+3
| | | | | | | | | | | | | | | | CMake 2.8.5 added the GNUInstallDirs module, which provides various variables following the CMAKE_INSTALL_*DIR pattern to allow users a more flexible installation setup and to provide sensible defaults while respecting distribution specific install locations like lib64 for RPM based linux distributions or debian multiarch tuples.
* | Handle UTF-8 output on Windows in openal-infoChris Robinson2016-09-091-0/+65
|/
* 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
|
* Add an ALSA backend tabChris Robinson2016-02-282-1/+133
|
* Hide backend list items for backends that aren't availableChris Robinson2016-02-271-0/+11
|
* Show the full name in the backend listsChris Robinson2016-02-271-13/+54
|
* Generalize the backend listChris Robinson2016-02-271-27/+27
|
* Reorganize the Backends tab and add a PulseAudio sectionChris Robinson2016-02-272-63/+199
|
* Move the Backends tab overChris Robinson2016-02-271-80/+80
|
* Update and add some tooltipsChris Robinson2016-02-241-9/+12
|
* Sort HRTFs in alsoft-config like in the libChris Robinson2016-02-241-2/+2
|
* Exclude the file extension from the HRTF nameChris Robinson2016-02-241-4/+4
|
* Add speed and quality labels for the resampler sliderChris Robinson2016-02-231-8/+37
| | | | And space out the buffer metric sliders from the edit boxes
* Collect HRTF names from the paths list for alsoft-configChris Robinson2016-02-232-6/+37
|
* Replace the hrtf_tables option with hrtf-pathsChris Robinson2016-02-232-29/+22
|
* Better handle duplicate HRTF names in alsoft-configChris Robinson2016-02-231-1/+17
|