Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Simplify applying the field magnitude factor | Chris Robinson | 2019-03-27 | 1 | -2/+2 |
| | |||||
* | Avoid recreating temporary buffers all the time | Chris Robinson | 2019-03-26 | 1 | -68/+85 |
| | |||||
* | Fix a return type for accumulation | Chris Robinson | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | Require IR dimensions from a SOFA file | Chris Robinson | 2019-03-26 | 1 | -2/+2 |
| | |||||
* | Avoid some explicit loops | Chris Robinson | 2019-03-26 | 1 | -39/+30 |
| | |||||
* | Add a missing include for varargs | Chris Robinson | 2019-03-26 | 1 | -0/+1 |
| | |||||
* | Support loading SOFA files directly with makemhr | Chris Robinson | 2019-03-25 | 4 | -4/+662 |
| | | | | | | | This extracts the definition info it can from the SOFA, and uses the same logic as sofa-info to automatically detect an appropriate layout. There is a bit of code duplication from loaddef.cpp and sofa-info.cpp, though there are slight modifications. | ||||
* | Detect SOFA files for makemhr input | Chris Robinson | 2019-03-25 | 3 | -12/+38 |
| | |||||
* | Use only a single function to load the HrirDataT | Chris Robinson | 2019-03-25 | 3 | -41/+55 |
| | |||||
* | Add a command-line option to force mono input with makemhr | Chris Robinson | 2019-03-24 | 4 | -8/+26 |
| | |||||
* | Cleanup some unnecessary parameters | Chris Robinson | 2019-03-24 | 4 | -49/+29 |
| | |||||
* | Move makemhr's .def loading code to a separate source | Chris Robinson | 2019-03-24 | 6 | -2077/+2155 |
| | |||||
* | Change references of makehrtf to makemhr | Chris Robinson | 2019-03-24 | 5 | -13/+13 |
| | |||||
* | Rename makehrtf to makemhr and move it to a subdirectory | Chris Robinson | 2019-03-24 | 5 | -0/+0 |
| | |||||
* | Mirror a couple HRIR elevations from the top for the bottom | Chris Robinson | 2019-03-13 | 1 | -16/+92 |
| | | | | | | | Because the ears are offset from center, linear interpolation from the lowest defined elevation to the -90 degree bottom misses this slight deviation. Mirroring one or two more elevations from the top helps catch it, and bilinear interpolation is used to transition back to the lowest known measurements. | ||||
* | Update comment for SynthesizeOnsets | Chris Robinson | 2019-03-11 | 1 | -2/+2 |
| | |||||
* | Process minimum phase reconstruction in parallel | Chris Robinson | 2019-03-11 | 1 | -34/+93 |
| | |||||
* | Mirror the +90 degree elevation delays for -90 degrees | Chris Robinson | 2019-03-10 | 1 | -12/+19 |
| | |||||
* | Exclude far-ear IRs for the synthesized -90 degree elevation | Chris Robinson | 2019-03-09 | 1 | -5/+35 |
| | |||||
* | Avoid some explicit loops | Chris Robinson | 2019-03-05 | 1 | -107/+118 |
| | |||||
* | Normalize HRIRs using their maximum RMS | Chris Robinson | 2019-03-04 | 1 | -2/+23 |
| | |||||
* | Don't normalize HRIRs per-field | Chris Robinson | 2019-01-27 | 1 | -8/+8 |
| | |||||
* | Round the calculated field distance in makehrtf | Chris Robinson | 2019-01-27 | 1 | -6/+7 |
| | |||||
* | Update a function comment | Chris Robinson | 2019-01-24 | 1 | -2/+2 |
| | |||||
* | Fix building makehrtf and sofa-info on Windows | Chris Robinson | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Support loading sofa files in makehrtf | Chris Robinson | 2019-01-22 | 3 | -146/+646 |
| | | | | | The makehrtf utility now requires libmysofa to build. This isn't necessay for the OpenAL Soft library itself. | ||||
* | Add a sofa-info utility to check sofa files | Chris Robinson | 2019-01-21 | 1 | -0/+383 |
| | |||||
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -9/+9 |
| | |||||
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 2 | -63/+63 |
| | | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295 | ||||
* | Use nullptr in cpp files | Filip Gawin | 2019-01-07 | 2 | -25/+25 |
| | |||||
* | Add a missing include | Chris Robinson | 2018-12-31 | 1 | -0/+1 |
| | |||||
* | Remove some C-isms from makehrtf | Chris Robinson | 2018-12-31 | 1 | -467/+260 |
| | | | | | Remove unnecessary typedefs, use C++11 stamndard types and values, avoid explicit allocations. | ||||
* | Compile makehrtf as C++ | Chris Robinson | 2018-12-31 | 1 | -6/+6 |
| | |||||
* | 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 |
| | |||||
* | Remove the old unused bsincgen.c | Chris Robinson | 2018-11-17 | 1 | -404/+0 |
| | |||||
* | Replace restrict with RESTRICT | Chris Robinson | 2018-10-29 | 1 | -1/+1 |
| | |||||
* | Simplify some statements | Filip Gawin | 2018-10-29 | 1 | -1/+1 |
| | |||||
* | Alsoft-config: Add autowah effect | Raulshc | 2018-07-25 | 2 | -7/+27 |
| | |||||
* | Avoid separate in/out parameters when they're always the same | Chris Robinson | 2018-05-29 | 1 | -58/+34 |
| | |||||
* | 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 |
| | |||||
* | Improve ordering of channel processing in makehrtf | Chris Robinson | 2018-04-03 | 1 | -55/+58 |
| | |||||
* | 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. |