aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.ui
Commit message (Collapse)AuthorAgeFilesLines
* Add an adjust-latency config option for PulseAudioChris Robinson2018-12-251-6/+29
|
* Alsoft-config: Add autowah effectRaulshc2018-07-251-7/+23
|
* Better sort the effect list in alsoft-configChris Robinson2018-05-261-14/+14
|
* Alsoft-config: Add frequency shifter effectRaulshc2018-05-201-0/+16
|
* Fix misspellings of quadraphonicChris Robinson2018-03-301-1/+1
| | | | | AL_LOKI_quadriphonic is left alone since that is what the extension is called and what code expects. All other instances have been fixed for consistency.
* Alsoft-config: Add pitch shifter effectRaulshc2018-03-181-7/+23
|
* Remove standard reverb specific processing functionsChris Robinson2018-01-071-23/+5
|
* Add a dithering option to alsoft-configChris Robinson2017-05-231-0/+21
|
* Document the output-limiter config optionChris Robinson2017-04-261-4/+25
| | | | Expose it in alsoft-config as well.
* Fix the height of some GUI widgetsChris Robinson2017-03-121-27/+21
|
* Use a spinbox for the nfc-ref-delay valueChris Robinson2017-03-121-36/+13
|
* Handle the nfc-ref-delay config optionChris Robinson2017-03-121-1/+83
|
* Document the nfc config option and expose it in alsoft-configChris Robinson2017-03-121-1/+30
|
* Stretch out some GUI elements for the decoder configurationsChris Robinson2017-03-011-12/+12
|
* Rename stereo-panning option to stereo-encodingChris Robinson2017-02-221-7/+9
| | | | Also rename the 'paired' value to 'panpot', and make it the default.
* 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-211-3/+3
| | | | | | | | | | 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-201-3/+2
| | | | | It still requires a custom configuration to specify appropriate speaker distances.
* Remove the separate surround51rear decoder optionChris Robinson2017-02-191-47/+8
| | | | | | 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-191-7/+7
| | | | | 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).
* Handle ambi-format with alsoft-configChris Robinson2016-07-311-0/+23
|
* Update alsoft-config for the ambisonic output configurationsChris Robinson2016-07-301-8/+8
|
* Put the decoder options in a group boxChris Robinson2016-04-101-186/+202
|
* Add a config dialog tab for decoder optionsChris Robinson2016-03-281-5/+259
|
* Add a simple About page that shows the library build versionChris Robinson2016-03-061-0/+12
|
* Handle the stereo panning option dynamicallyChris Robinson2016-03-051-15/+0
|
* Add a backend tab page for JACK optionsChris Robinson2016-03-021-0/+82
|
* Add a Wave Writer backend config pageChris Robinson2016-03-021-0/+72
|
* Add OSS and Solaris config pagesChris Robinson2016-03-021-0/+140
|
* Add an option to select between UHJ and pair-wise mixing.Chris Robinson2016-02-281-0/+48
|
* Add an ALSA backend tabChris Robinson2016-02-281-1/+106
|
* Reorganize the Backends tab and add a PulseAudio sectionChris Robinson2016-02-271-62/+174
|
* Move the Backends tab overChris Robinson2016-02-271-80/+80
|
* Update and add some tooltipsChris Robinson2016-02-241-9/+12
|
* 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
* Replace the hrtf_tables option with hrtf-pathsChris Robinson2016-02-231-1/+1
|
* 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-221-0/+16
|
* Restructure alsoft-config UIChris Robinson2016-02-221-263/+382
| | | | | | 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.
* Update alsoft-config tooltip for HRTF tablesChris Robinson2015-12-101-0/+1
|
* Right-align the HRTF Mode labelChris Robinson2015-10-281-0/+3
|
* Remove the Reverb Bost option from alsoft-configChris Robinson2015-10-281-77/+1
| | | | | 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-121-59/+46
| | | | | The three radio buttons are moved to a combo box, which gives a bit more width for the file list contents.
* Only show certain options that are available at build-timeChris Robinson2015-10-111-2/+15
|
* Reformat the CPU Extensions' checkboxesChris Robinson2015-10-111-6/+6
|
* Move the FIR4 from SSE2 to SSE3Chris Robinson2015-10-111-3/+19
| | | | | SSE3 can avoid the slow _MM_TRANSPOSE_PS4 call thanks to the inclusion of horizontal adds.