Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add OSS and Solaris config pages | Chris Robinson | 2016-03-02 | 3 | -0/+193 |
| | |||||
* | 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 | 2 | -0/+65 |
| | |||||
* | Properly check for preexisting HRTF names | Chris Robinson | 2016-02-28 | 1 | -32/+34 |
| | |||||
* | Add an ALSA backend tab | Chris Robinson | 2016-02-28 | 2 | -1/+133 |
| | |||||
* | 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 | 2 | -63/+199 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | Collect HRTF names from the paths list for alsoft-config | Chris Robinson | 2016-02-23 | 2 | -6/+37 |
| | |||||
* | Replace the hrtf_tables option with hrtf-paths | Chris Robinson | 2016-02-23 | 2 | -29/+22 |
| | |||||
* | 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 | 2 | -37/+68 |
| | | | | This currently only checks the default paths when they're being used. | ||||
* | 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 | 3 | -25/+123 |
| | |||||
* | Restructure alsoft-config UI | Chris Robinson | 2016-02-22 | 3 | -302/+423 |
| | | | | | | 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. | ||||
* | Reorganize makehrtf's File I/O functions | Chris Robinson | 2016-02-19 | 1 | -92/+109 |
| | |||||
* | Reorganize and reformat makehrtf code | Chris Robinson | 2016-02-18 | 1 | -1795/+2075 |
| | |||||
* | Cleanup makehrtf type definitions | Chris Robinson | 2016-02-18 | 1 | -85/+70 |
| | |||||
* | Fix default makehrtf output name | Chris Robinson | 2016-02-18 | 1 | -139/+169 |
| | | | | And clean up the parameter processing. | ||||
* | Update alsoft-config tooltip for HRTF tables | Chris Robinson | 2015-12-10 | 1 | -0/+1 |
| | |||||
* | Add a tool to generate the bsinc tables | Chris Robinson | 2015-11-10 | 1 | -0/+374 |
| | |||||
* | 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 |
| | |||||
* | Print enumerated HRTFs in openal-info | Chris Robinson | 2015-10-28 | 1 | -0/+30 |
| |