Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid a deprecated function | Chris Robinson | 2020-11-13 | 1 | -10/+10 |
| | |||||
* | Avoid using a deprecated function | Chris Robinson | 2020-08-31 | 1 | -4/+3 |
| | |||||
* | Add the jack/connect-ports option to alsoft-config | Chris Robinson | 2020-08-05 | 2 | -1/+20 |
| | |||||
* | Fix installing alsoft-config | Chris Robinson | 2020-04-15 | 1 | -1/+9 |
| | |||||
* | Combine utility target installs | Chris Robinson | 2020-04-14 | 1 | -7/+0 |
| | |||||
* | Require Qt5 for alsoft-config | Chris Robinson | 2020-04-05 | 1 | -49/+17 |
| | |||||
* | Update built-in HRTF name for alsoft-config | Chris Robinson | 2019-11-29 | 1 | -2/+1 |
| | |||||
* | Properly get the AppData path on Windows in alsoft-config | Chris Robinson | 2019-11-20 | 1 | -2/+21 |
| | |||||
* | Limit HRTF ambisonic decoding to second-order | Chris Robinson | 2019-11-09 | 1 | -5/+7 |
| | | | | | | The generated third-order matrix has incorrect first-order coefficients, indicating a wonky decoder. The generated second-order matrix looks more stable. | ||||
* | Adjust padding in alsoft-config and remove an invalid signal | Chris Robinson | 2019-10-27 | 1 | -76/+55 |
| | |||||
* | Add "fast" variants for the bsinc resamplers | Chris Robinson | 2019-09-28 | 1 | -0/+2 |
| | | | | | | This simply omits the scale factor from the filter, similar to how up-sampling does. The consequence of this is less smooth transitions when ramping the pitch while down-sampling, but otherwise behaves fine. | ||||
* | Make hq-mode the default and update ambisonics.txt | Chris Robinson | 2019-09-08 | 1 | -2/+2 |
| | |||||
* | Return a QString from GetVersionString | Chris Robinson | 2019-08-31 | 3 | -4/+6 |
| | |||||
* | Don't include version.h in mainwindow.cpp | Chris Robinson | 2019-08-31 | 4 | -4/+22 |
| | | | | Should help with post-commit compile times | ||||
* | Update mainwindow.cpp | Chris Robinson | 2019-08-26 | 1 | -228/+227 |
| | | | | | Use the less-error-prone pointer-to-member syntax for connect calls, and use uniform initialization more often. | ||||
* | Alsoft-config: Add vocal morpher effect | Raulshc | 2019-08-18 | 2 | -0/+20 |
| | |||||
* | Rename HRTF Quality title to HRTF Render Method | Chris Robinson | 2019-07-05 | 2 | -11/+11 |
| | |||||
* | Add a setting for hrtf-mode to alsoft-config | Chris Robinson | 2019-07-04 | 3 | -0/+109 |
| | |||||
* | Make a number of settings tristate | Chris Robinson | 2019-04-29 | 2 | -73/+63 |
| | |||||
* | Disable NFC by default | Chris Robinson | 2019-04-29 | 1 | -2/+2 |
| | |||||
* | CMAKE: export PUBLIC headers of OpenAL. | ArthurSonzogni | 2019-04-30 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Remove the cmake function: INCLUDE_DIRECTORIES(..) Replace it by: TARGET_INCLUDE_DIRECTORIES(...) It gives us the opportunity to define whether or not OpenAL dependencies should be exported or not (using PUBLIC or PRIVATE keywoard). [user visible changes] The OpenAL PUBLIC headers are exported. When a target depends on OpenAL, it will have access to its public headers. Some small refactor along the way. | ||||
* | Increase the period size slider and don't use steps of 64 | Chris Robinson | 2019-04-28 | 2 | -12/+9 |
| | |||||
* | Properly replace sinc4 with cubic in alsoft-config | Chris Robinson | 2019-04-28 | 1 | -3/+3 |
| | |||||
* | Update the period size placeholder text | Chris Robinson | 2019-04-26 | 1 | -6/+6 |
| | |||||
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -1/+1 |
| | | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295 | ||||
* | Use nullptr in cpp files | Filip Gawin | 2019-01-07 | 1 | -9/+9 |
| | |||||
* | Recognize ambix as an alias for acn+sn3d | Chris Robinson | 2018-12-27 | 1 | -2/+2 |
| | |||||
* | Add an adjust-latency config option for PulseAudio | Chris Robinson | 2018-12-25 | 2 | -6/+34 |
| | |||||
* | Simplify some statements | Filip Gawin | 2018-10-29 | 1 | -1/+1 |
| | |||||
* | Alsoft-config: Add autowah effect | Raulshc | 2018-07-25 | 2 | -7/+27 |
| | |||||
* | 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 | 2 | -0/+20 |
| | |||||
* | Include header files in CMake's source lists | Chris Robinson | 2018-04-21 | 1 | -2/+4 |
| | |||||
* | Fix misspellings of quadraphonic | Chris Robinson | 2018-03-30 | 2 | -3/+3 |
| | | | | | 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 | 2 | -7/+27 |
| | |||||
* | Rename the mmdevapi backend to wasapi | Chris Robinson | 2018-03-09 | 1 | -2/+11 |
| | |||||
* | Remove standard reverb specific processing functions | Chris Robinson | 2018-01-07 | 2 | -31/+5 |
| | |||||
* | Replace the sinc4 resampler with cubic | Chris Robinson | 2018-01-07 | 1 | -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 labels | Chris Robinson | 2017-08-27 | 1 | -3/+3 |
| | |||||
* | Add bsinc24 to alsoft-config | Chris Robinson | 2017-08-27 | 1 | -1/+5 |
| | |||||
* | Add a dithering option to alsoft-config | Chris Robinson | 2017-05-23 | 2 | -0/+37 |
| | |||||
* | Include the Built-In HRTF names in alsoft-config when enabled | Chris Robinson | 2017-05-05 | 1 | -0/+5 |
| | |||||
* | Document the output-limiter config option | Chris Robinson | 2017-04-26 | 2 | -4/+41 |
| | | | | Expose it in alsoft-config as well. | ||||
* | Properly update the resampler label in the UI | Chris Robinson | 2017-03-24 | 1 | -1/+3 |
| | |||||
* | 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 | 3 | -72/+19 |
| | |||||
* | Use QString's arg method to format the float value | Chris Robinson | 2017-03-12 | 1 | -4/+3 |
| | |||||
* | Handle the nfc-ref-delay config option | Chris Robinson | 2017-03-12 | 3 | -1/+121 |
| | |||||
* | Document the nfc config option and expose it in alsoft-config | Chris Robinson | 2017-03-12 | 2 | -1/+36 |
| | |||||
* | Stretch out some GUI elements for the decoder configurations | Chris Robinson | 2017-03-01 | 1 | -12/+12 |
| |