aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Disable NFC by defaultChris Robinson2019-04-291-2/+2
|
* CMAKE: export PUBLIC headers of OpenAL.ArthurSonzogni2019-04-301-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 64Chris Robinson2019-04-282-12/+9
|
* Properly replace sinc4 with cubic in alsoft-configChris Robinson2019-04-281-3/+3
|
* Update the period size placeholder textChris Robinson2019-04-261-6/+6
|
* Simplify applying the field magnitude factorChris Robinson2019-03-271-2/+2
|
* Avoid recreating temporary buffers all the timeChris Robinson2019-03-261-68/+85
|
* Fix a return type for accumulationChris Robinson2019-03-261-1/+1
|
* Require IR dimensions from a SOFA fileChris Robinson2019-03-261-2/+2
|
* Avoid some explicit loopsChris Robinson2019-03-261-39/+30
|
* Add a missing include for varargsChris Robinson2019-03-261-0/+1
|
* Support loading SOFA files directly with makemhrChris Robinson2019-03-254-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 inputChris Robinson2019-03-253-12/+38
|
* Use only a single function to load the HrirDataTChris Robinson2019-03-253-41/+55
|
* Add a command-line option to force mono input with makemhrChris Robinson2019-03-244-8/+26
|
* Cleanup some unnecessary parametersChris Robinson2019-03-244-49/+29
|
* Move makemhr's .def loading code to a separate sourceChris Robinson2019-03-246-2077/+2155
|
* Change references of makehrtf to makemhrChris Robinson2019-03-245-13/+13
|
* Rename makehrtf to makemhr and move it to a subdirectoryChris Robinson2019-03-245-0/+0
|
* Mirror a couple HRIR elevations from the top for the bottomChris Robinson2019-03-131-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 SynthesizeOnsetsChris Robinson2019-03-111-2/+2
|
* Process minimum phase reconstruction in parallelChris Robinson2019-03-111-34/+93
|
* Mirror the +90 degree elevation delays for -90 degreesChris Robinson2019-03-101-12/+19
|
* Exclude far-ear IRs for the synthesized -90 degree elevationChris Robinson2019-03-091-5/+35
|
* Avoid some explicit loopsChris Robinson2019-03-051-107/+118
|
* Normalize HRIRs using their maximum RMSChris Robinson2019-03-041-2/+23
|
* Don't normalize HRIRs per-fieldChris Robinson2019-01-271-8/+8
|
* Round the calculated field distance in makehrtfChris Robinson2019-01-271-6/+7
|
* Update a function commentChris Robinson2019-01-241-2/+2
|
* Fix building makehrtf and sofa-info on WindowsChris Robinson2019-01-221-1/+1
|
* Support loading sofa files in makehrtfChris Robinson2019-01-223-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 filesChris Robinson2019-01-211-0/+383
|
* Use c++ headersFilip Gawin2019-01-091-9/+9
|
* Avoid using old style castsFilip Gawin2019-01-082-63/+63
| | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295
* Use nullptr in cpp filesFilip Gawin2019-01-072-25/+25
|
* Add a missing includeChris Robinson2018-12-311-0/+1
|
* Remove some C-isms from makehrtfChris Robinson2018-12-311-467/+260
| | | | | Remove unnecessary typedefs, use C++11 stamndard types and values, avoid explicit allocations.
* Compile makehrtf as C++Chris Robinson2018-12-311-6/+6
|
* Recognize ambix as an alias for acn+sn3dChris Robinson2018-12-271-2/+2
|
* Add an adjust-latency config option for PulseAudioChris Robinson2018-12-252-6/+34
|
* Remove the old unused bsincgen.cChris Robinson2018-11-171-404/+0
|
* Replace restrict with RESTRICTChris Robinson2018-10-291-1/+1
|
* Simplify some statementsFilip Gawin2018-10-291-1/+1
|
* Alsoft-config: Add autowah effectRaulshc2018-07-252-7/+27
|
* Avoid separate in/out parameters when they're always the sameChris Robinson2018-05-291-58/+34
|
* Better sort the effect list in alsoft-configChris Robinson2018-05-261-14/+14
|
* Alsoft-config: Add frequency shifter effectRaulshc2018-05-202-0/+20
|
* Include header files in CMake's source listsChris Robinson2018-04-211-2/+4
|
* Improve ordering of channel processing in makehrtfChris Robinson2018-04-031-55/+58
|
* Fix misspellings of quadraphonicChris Robinson2018-03-302-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.