Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an adjust-latency config option for PulseAudio | Chris Robinson | 2018-12-25 | 1 | -6/+29 |
| | |||||
* | Alsoft-config: Add autowah effect | Raulshc | 2018-07-25 | 1 | -7/+23 |
| | |||||
* | Better sort the effect list in alsoft-config | Chris Robinson | 2018-05-26 | 1 | -14/+14 |
| | |||||
* | Alsoft-config: Add frequency shifter effect | Raulshc | 2018-05-20 | 1 | -0/+16 |
| | |||||
* | Fix misspellings of quadraphonic | Chris Robinson | 2018-03-30 | 1 | -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 effect | Raulshc | 2018-03-18 | 1 | -7/+23 |
| | |||||
* | Remove standard reverb specific processing functions | Chris Robinson | 2018-01-07 | 1 | -23/+5 |
| | |||||
* | Add a dithering option to alsoft-config | Chris Robinson | 2017-05-23 | 1 | -0/+21 |
| | |||||
* | Document the output-limiter config option | Chris Robinson | 2017-04-26 | 1 | -4/+25 |
| | | | | Expose it in alsoft-config as well. | ||||
* | Fix the height of some GUI widgets | Chris Robinson | 2017-03-12 | 1 | -27/+21 |
| | |||||
* | Use a spinbox for the nfc-ref-delay value | Chris Robinson | 2017-03-12 | 1 | -36/+13 |
| | |||||
* | Handle the nfc-ref-delay config option | Chris Robinson | 2017-03-12 | 1 | -1/+83 |
| | |||||
* | Document the nfc config option and expose it in alsoft-config | Chris Robinson | 2017-03-12 | 1 | -1/+30 |
| | |||||
* | Stretch out some GUI elements for the decoder configurations | Chris Robinson | 2017-03-01 | 1 | -12/+12 |
| | |||||
* | Rename stereo-panning option to stereo-encoding | Chris Robinson | 2017-02-22 | 1 | -7/+9 |
| | | | | Also rename the 'paired' value to 'panpot', and make it the default. | ||||
* | Reduce the default period count to 3 | Chris Robinson | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | Make the "sends" config option act as a limit | Chris Robinson | 2017-02-21 | 1 | -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 count | Chris Robinson | 2017-02-21 | 1 | -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 well | Chris Robinson | 2017-02-20 | 1 | -3/+2 |
| | | | | | It still requires a custom configuration to specify appropriate speaker distances. | ||||
* | Remove the separate surround51rear decoder option | Chris Robinson | 2017-02-19 | 1 | -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 option | Chris Robinson | 2017-02-19 | 1 | -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-config | Chris Robinson | 2016-07-31 | 1 | -0/+23 |
| | |||||
* | Update alsoft-config for the ambisonic output configurations | Chris Robinson | 2016-07-30 | 1 | -8/+8 |
| | |||||
* | Put the decoder options in a group box | Chris Robinson | 2016-04-10 | 1 | -186/+202 |
| | |||||
* | Add a config dialog tab for decoder options | Chris Robinson | 2016-03-28 | 1 | -5/+259 |
| | |||||
* | Add a simple About page that shows the library build version | Chris Robinson | 2016-03-06 | 1 | -0/+12 |
| | |||||
* | Handle the stereo panning option dynamically | Chris Robinson | 2016-03-05 | 1 | -15/+0 |
| | |||||
* | Add a backend tab page for JACK options | Chris Robinson | 2016-03-02 | 1 | -0/+82 |
| | |||||
* | Add a Wave Writer backend config page | Chris Robinson | 2016-03-02 | 1 | -0/+72 |
| | |||||
* | Add OSS and Solaris config pages | Chris Robinson | 2016-03-02 | 1 | -0/+140 |
| | |||||
* | Add an option to select between UHJ and pair-wise mixing. | Chris Robinson | 2016-02-28 | 1 | -0/+48 |
| | |||||
* | Add an ALSA backend tab | Chris Robinson | 2016-02-28 | 1 | -1/+106 |
| | |||||
* | Reorganize the Backends tab and add a PulseAudio section | Chris Robinson | 2016-02-27 | 1 | -62/+174 |
| | |||||
* | Move the Backends tab over | Chris Robinson | 2016-02-27 | 1 | -80/+80 |
| | |||||
* | Update and add some tooltips | Chris Robinson | 2016-02-24 | 1 | -9/+12 |
| | |||||
* | Add speed and quality labels for the resampler slider | Chris Robinson | 2016-02-23 | 1 | -8/+37 |
| | | | | And space out the buffer metric sliders from the edit boxes | ||||
* | Replace the hrtf_tables option with hrtf-paths | Chris Robinson | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | Don't bother with a maximum size for the window | Chris Robinson | 2016-02-23 | 1 | -6/+0 |
| | |||||
* | Add a warning if closing alsoft-config with unsaved changes | Chris Robinson | 2016-02-22 | 1 | -0/+16 |
| | |||||
* | Restructure alsoft-config UI | Chris Robinson | 2016-02-22 | 1 | -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 tables | Chris Robinson | 2015-12-10 | 1 | -0/+1 |
| | |||||
* | Right-align the HRTF Mode label | Chris Robinson | 2015-10-28 | 1 | -0/+3 |
| | |||||
* | Remove the Reverb Bost option from alsoft-config | Chris Robinson | 2015-10-28 | 1 | -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 entries | Chris Robinson | 2015-10-13 | 1 | -2/+2 |
| | |||||
* | Fix HRTF group box size | Chris Robinson | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | Remove 96khz from the combo box | Chris Robinson | 2015-10-12 | 1 | -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 box | Chris Robinson | 2015-10-12 | 1 | -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-time | Chris Robinson | 2015-10-11 | 1 | -2/+15 |
| | |||||
* | Reformat the CPU Extensions' checkboxes | Chris Robinson | 2015-10-11 | 1 | -6/+6 |
| | |||||
* | Move the FIR4 from SSE2 to SSE3 | Chris Robinson | 2015-10-11 | 1 | -3/+19 |
| | | | | | SSE3 can avoid the slow _MM_TRANSPOSE_PS4 call thanks to the inclusion of horizontal adds. |