aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Alsoft-config: Add autowah effectRaulshc2018-07-251-0/+4
|
* Alsoft-config: Add frequency shifter effectRaulshc2018-05-201-0/+4
|
* Fix misspellings of quadraphonicChris Robinson2018-03-301-2/+2
| | | | | 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-0/+4
|
* Rename the mmdevapi backend to wasapiChris Robinson2018-03-091-2/+11
|
* Remove standard reverb specific processing functionsChris Robinson2018-01-071-8/+0
|
* Replace the sinc4 resampler with cubicChris Robinson2018-01-071-1/+1
| | | | | | | Turns out the C version of the cubic resampler is just slightly faster than even the SSE3 version of the FIR4 resampler. This is likely due to not using a 64KB random-access lookup table along with unaligned loads, both offseting the gains from SSE.
* 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-231-0/+16
|
* Include the Built-In HRTF names in alsoft-config when enabledChris Robinson2017-05-051-0/+5
|
* Document the output-limiter config optionChris Robinson2017-04-261-0/+16
| | | | Expose it in alsoft-config as well.
* Properly update the resampler label in the UIChris Robinson2017-03-241-1/+3
|
* Use a spinbox for the nfc-ref-delay valueChris Robinson2017-03-121-32/+6
|
* Use QString's arg method to format the float valueChris Robinson2017-03-121-4/+3
|
* Handle the nfc-ref-delay config optionChris Robinson2017-03-121-0/+34
|
* Document the nfc config option and expose it in alsoft-configChris Robinson2017-03-121-0/+6
|
* Rename stereo-panning option to stereo-encodingChris Robinson2017-02-221-12/+12
| | | | Also rename the 'paired' value to 'panpot', and make it the default.
* Increase the default effect slot and send countChris Robinson2017-02-211-2/+2
| | | | | | | | | | 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-8/+1
| | | | | It still requires a custom configuration to specify appropriate speaker distances.
* Remove the separate surround51rear decoder optionChris Robinson2017-02-191-7/+1
| | | | | | 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-4/+4
| | | | | 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
* Use C++11 for alsoft-configChris Robinson2017-01-121-8/+8
|
* 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.
* Trace the commit ID and branch the library was built fromChris Robinson2016-12-211-1/+4
|
* Rename Ambisonics to Ambisonic in a couple placesChris Robinson2016-07-311-3/+3
|
* Handle ambi-format with alsoft-configChris Robinson2016-07-311-0/+24
|
* Update alsoft-config for the ambisonic output configurationsChris Robinson2016-07-301-0/+4
|
* 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
|
* 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-281-0/+67
|
* 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-061-0/+10
|
* Add a couple helpers for dealing with name-pair listsChris Robinson2016-03-061-70/+46
|
* Handle the stereo panning option dynamicallyChris Robinson2016-03-051-14/+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-021-0/+39
|
* Use the clicked() signal for the Browse buttonsChris Robinson2016-03-021-4/+4
|
* Add a Wave Writer backend config pageChris Robinson2016-03-021-0/+24
|
* Add OSS and Solaris config pagesChris Robinson2016-03-021-0/+48
|
* Properly remove empty config valuesChris Robinson2016-02-281-30/+19
|
* Add an option to select between UHJ and pair-wise mixing.Chris Robinson2016-02-281-0/+17
|
* Properly check for preexisting HRTF namesChris Robinson2016-02-281-32/+34
|
* Add an ALSA backend tabChris Robinson2016-02-281-0/+27
|
* 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-271-1/+25
|