Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resample HRIRs prior to minimum phase reconstruction | Chris Robinson | 2017-06-01 | 1 | -36/+41 |
| | |||||
* | 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 |
| | |||||
* | Move native-tools to the root directory | Chris Robinson | 2017-05-05 | 2 | -108/+0 |
| | |||||
* | Make the generated data array static const | Chris Robinson | 2017-05-05 | 1 | -1/+1 |
| | |||||
* | Implement cross-platform embedding of HRTF data | alexey.lysiuk | 2017-05-05 | 2 | -0/+108 |
| | |||||
* | Print available resamplers in openal-info | Chris Robinson | 2017-05-03 | 1 | -0/+33 |
| | |||||
* | Document the output-limiter config option | Chris Robinson | 2017-04-26 | 2 | -4/+41 |
| | | | | Expose it in alsoft-config as well. | ||||
* | Pre-compute the sinc4 resampler coefficient table | Chris Robinson | 2017-04-08 | 1 | -1/+39 |
| | |||||
* | 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 |
| | |||||
* | Rename stereo-panning option to stereo-encoding | Chris Robinson | 2017-02-22 | 2 | -19/+21 |
| | | | | 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 | 2 | -5/+5 |
| | | | | | | | | | | 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 | 3 | -13/+3 |
| | | | | | It still requires a custom configuration to specify appropriate speaker distances. | ||||
* | Remove the separate surround51rear decoder option | Chris Robinson | 2017-02-19 | 3 | -55/+9 |
| | | | | | | 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 | 2 | -11/+11 |
| | | | | | 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 | ||||
* | Search for and use Qt5 for alsoft-config | Chris Robinson | 2017-01-12 | 1 | -13/+36 |
| | | | | An option is provided to instead use Qt4.8 still if desired. | ||||
* | Use C++11 for alsoft-config | Chris Robinson | 2017-01-12 | 1 | -8/+8 |
| | |||||
* | Rename the version target for systems that have a version lib | Chris Robinson | 2016-12-21 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | More robustly generate the git commit ID and branch | Chris Robinson | 2016-12-21 | 1 | -0/+3 |
| | |||||
* | Trace the commit ID and branch the library was built from | Chris Robinson | 2016-12-21 | 1 | -1/+4 |
| | |||||
* | Merge pull request #63 from adrianbroher/gnuinstalldir | kcat | 2016-09-14 | 1 | -3/+3 |
|\ | | | | | Use GNUInstallDirs to place the build artifacts properly | ||||
| * | Use GNUInstallDirs to place the build artifacts properly | Marcel Metz | 2016-09-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | CMake 2.8.5 added the GNUInstallDirs module, which provides various variables following the CMAKE_INSTALL_*DIR pattern to allow users a more flexible installation setup and to provide sensible defaults while respecting distribution specific install locations like lib64 for RPM based linux distributions or debian multiarch tuples. | ||||
* | | Handle UTF-8 output on Windows in openal-info | Chris Robinson | 2016-09-09 | 1 | -0/+65 |
|/ | |||||
* | 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 | 2 | -0/+47 |
| | |||||
* | Update alsoft-config for the ambisonic output configurations | Chris Robinson | 2016-07-30 | 2 | -8/+12 |
| | |||||
* | Add a cmake option to embed the HRTF data | Chris Robinson | 2016-07-12 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Put the decoder options in a group box | Chris Robinson | 2016-04-10 | 1 | -186/+202 |
| | |||||
* | 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 | 3 | -5/+336 |
| | |||||
* | 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 | 3 | -0/+24 |
| | |||||
* | 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 | 2 | -29/+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 | 3 | -0/+125 |
| | |||||
* | 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 | 3 | -0/+98 |
| |