Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase the default effect slot and send count | Chris Robinson | 2017-02-21 | 1 | -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 well | Chris Robinson | 2017-02-20 | 1 | -8/+1 |
| | | | | | It still requires a custom configuration to specify appropriate speaker distances. | ||||
* | Remove the separate surround51rear decoder option | Chris Robinson | 2017-02-19 | 1 | -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 option | Chris Robinson | 2017-02-19 | 1 | -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 iterators | Chris Robinson | 2017-01-13 | 1 | -8/+8 |
| | | | | Less than ideal, but some targets can't rely on C++11 | ||||
* | Use C++11 for alsoft-config | Chris Robinson | 2017-01-12 | 1 | -8/+8 |
| | |||||
* | Avoid duplicate HRTF entries in the UI | Chris Robinson | 2016-12-21 | 1 | -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 from | Chris Robinson | 2016-12-21 | 1 | -1/+4 |
| | |||||
* | Rename Ambisonics to Ambisonic in a couple places | Chris Robinson | 2016-07-31 | 1 | -3/+3 |
| | |||||
* | Handle ambi-format with alsoft-config | Chris Robinson | 2016-07-31 | 1 | -0/+24 |
| | |||||
* | Update alsoft-config for the ambisonic output configurations | Chris Robinson | 2016-07-30 | 1 | -0/+4 |
| | |||||
* | alsoft-config: Raise source limit to 4096 | Andrew Eikum | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | Open the file selector to an existing path for presets | Chris Robinson | 2016-04-23 | 1 | -1/+16 |
| | |||||
* | Use the correct slot callback for the 6.1 and 7.1 decoder buttons | Chris Robinson | 2016-04-08 | 1 | -2/+2 |
| | |||||
* | Add a config dialog tab for decoder options | Chris Robinson | 2016-03-28 | 1 | -0/+67 |
| | |||||
* | Browse with the current or default device already selected | Chris Robinson | 2016-03-06 | 1 | -3/+9 |
| | |||||
* | Add a simple About page that shows the library build version | Chris Robinson | 2016-03-06 | 1 | -0/+10 |
| | |||||
* | Add a couple helpers for dealing with name-pair lists | Chris Robinson | 2016-03-06 | 1 | -70/+46 |
| | |||||
* | Handle the stereo panning option dynamically | Chris Robinson | 2016-03-05 | 1 | -14/+33 |
| | |||||
* | Use the correct index for finding an empty string | Chris Robinson | 2016-03-05 | 1 | -2/+2 |
| | |||||
* | Add a backend tab page for JACK options | Chris Robinson | 2016-03-02 | 1 | -0/+39 |
| | |||||
* | Use the clicked() signal for the Browse buttons | Chris Robinson | 2016-03-02 | 1 | -4/+4 |
| | |||||
* | Add a Wave Writer backend config page | Chris Robinson | 2016-03-02 | 1 | -0/+24 |
| | |||||
* | Add OSS and Solaris config pages | Chris Robinson | 2016-03-02 | 1 | -0/+48 |
| | |||||
* | Properly remove empty config values | Chris Robinson | 2016-02-28 | 1 | -30/+19 |
| | |||||
* | Add an option to select between UHJ and pair-wise mixing. | Chris Robinson | 2016-02-28 | 1 | -0/+17 |
| | |||||
* | Properly check for preexisting HRTF names | Chris Robinson | 2016-02-28 | 1 | -32/+34 |
| | |||||
* | Add an ALSA backend tab | Chris Robinson | 2016-02-28 | 1 | -0/+27 |
| | |||||
* | Hide backend list items for backends that aren't available | Chris Robinson | 2016-02-27 | 1 | -0/+11 |
| | |||||
* | Show the full name in the backend lists | Chris Robinson | 2016-02-27 | 1 | -13/+54 |
| | |||||
* | Generalize the backend list | Chris Robinson | 2016-02-27 | 1 | -27/+27 |
| | |||||
* | Reorganize the Backends tab and add a PulseAudio section | Chris Robinson | 2016-02-27 | 1 | -1/+25 |
| | |||||
* | Sort HRTFs in alsoft-config like in the lib | Chris Robinson | 2016-02-24 | 1 | -2/+2 |
| | |||||
* | Exclude the file extension from the HRTF name | Chris Robinson | 2016-02-24 | 1 | -4/+4 |
| | |||||
* | Collect HRTF names from the paths list for alsoft-config | Chris Robinson | 2016-02-23 | 1 | -5/+36 |
| | |||||
* | Replace the hrtf_tables option with hrtf-paths | Chris Robinson | 2016-02-23 | 1 | -28/+21 |
| | |||||
* | Better handle duplicate HRTF names in alsoft-config | Chris Robinson | 2016-02-23 | 1 | -1/+17 |
| | |||||
* | Allow selecting a preferred HRTF in alsoft-config | Chris Robinson | 2016-02-23 | 1 | -37/+66 |
| | | | | This currently only checks the default paths when they're being used. | ||||
* | Add a warning if closing alsoft-config with unsaved changes | Chris Robinson | 2016-02-22 | 1 | -25/+99 |
| | |||||
* | Restructure alsoft-config UI | Chris Robinson | 2016-02-22 | 1 | -39/+39 |
| | | | | | | 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. | ||||
* | Implement a band-limited sinc resampler | Chris Robinson | 2015-11-05 | 1 | -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 resampler | Chris Robinson | 2015-11-04 | 1 | -3/+3 |
| | |||||
* | Remove the Reverb Bost option from alsoft-config | Chris Robinson | 2015-10-28 | 1 | -30/+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. | ||||
* | Reorganize the HRTF group box | Chris Robinson | 2015-10-12 | 1 | -5/+7 |
| | | | | | 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-time | Chris Robinson | 2015-10-11 | 1 | -9/+75 |
| | |||||
* | Replace the sinc6 resampler with sinc8, and make SSE versions | Chris Robinson | 2015-10-11 | 1 | -1/+1 |
| | |||||
* | Move the FIR4 from SSE2 to SSE3 | Chris Robinson | 2015-10-11 | 1 | -0/+3 |
| | | | | | SSE3 can avoid the slow _MM_TRANSPOSE_PS4 call thanks to the inclusion of horizontal adds. | ||||
* | Implement a 6-point sinc-lanczos filter | Chris Robinson | 2015-09-29 | 1 | -2/+3 |
| | |||||
* | Auto-replace the "cubic" resampler with "sinc4" | Chris Robinson | 2015-09-28 | 1 | -1/+6 |
| | |||||
* | Replace the cubic resampler with a 4-point sinc/lanczos filter | Chris Robinson | 2015-09-27 | 1 | -1/+1 |
| |