aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Allow selecting a preferred HRTF in alsoft-configChris Robinson2016-02-232-37/+68
| | | | This currently only checks the default paths when they're being used.
* Don't bother with a maximum size for the windowChris Robinson2016-02-231-6/+0
|
* Add a warning if closing alsoft-config with unsaved changesChris Robinson2016-02-223-25/+123
|
* Restructure alsoft-config UIChris Robinson2016-02-223-302/+423
| | | | | | The HRTF stuff is moved to its own tab, and a Preferred HRTF combo box is added for future use. The resampler option is moved to the main Playback tab, and some options are moved to an Advanced Settings section on the tab.
* Reorganize makehrtf's File I/O functionsChris Robinson2016-02-191-92/+109
|
* Reorganize and reformat makehrtf codeChris Robinson2016-02-181-1795/+2075
|
* Cleanup makehrtf type definitionsChris Robinson2016-02-181-85/+70
|
* Fix default makehrtf output nameChris Robinson2016-02-181-139/+169
| | | | And clean up the parameter processing.
* Update alsoft-config tooltip for HRTF tablesChris Robinson2015-12-101-0/+1
|
* Add a tool to generate the bsinc tablesChris Robinson2015-11-101-0/+374
|
* Implement a band-limited sinc resamplerChris Robinson2015-11-051-2/+3
| | | | | | | | This is essentially a 12-point sinc resampler, unless it's resampling to a rate higher than the output, at which point it will vary between 12 and 24 points and do anti-aliasing to avoid/reduce frequencies going over nyquist. Code provided by Christopher Fitzgerald.
* Replace the Lanczos window with Kaiser for the sinc resamplerChris Robinson2015-11-041-3/+3
|
* Print enumerated HRTFs in openal-infoChris Robinson2015-10-281-0/+30
|
* Right-align the HRTF Mode labelChris Robinson2015-10-281-0/+3
|
* Remove the Reverb Bost option from alsoft-configChris Robinson2015-10-283-111/+2
| | | | | It's not really an appropriate setting for most users to play with. The option still exists, but it's no longer editable in the GUI.
* Rename a couple HRTF Mode combo box entriesChris Robinson2015-10-131-2/+2
|
* Fix HRTF group box sizeChris Robinson2015-10-121-1/+1
|
* Remove 96khz from the combo boxChris Robinson2015-10-121-5/+0
| | | | | | It can still be entered in manually, as can any value between 8khz and 192khz, but having it selectable can create the mistaken idea that selecting it is better than picking 44.1khz or 48khz.
* Reorganize the HRTF group boxChris Robinson2015-10-122-64/+53
| | | | | The three radio buttons are moved to a combo box, which gives a bit more width for the file list contents.