Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clamp NFC reference distance between 0.1m and 10m | Chris Robinson | 2019-07-06 | 1 | -4/+3 |
| | |||||
* | Use a span for MixParams | Chris Robinson | 2019-07-04 | 1 | -9/+10 |
| | |||||
* | Reorder some methods for better placement | Chris Robinson | 2019-07-04 | 1 | -110/+109 |
| | |||||
* | Use a span for RealMixParams | Chris Robinson | 2019-07-03 | 1 | -8/+2 |
| | |||||
* | Allocate device buffer when setting the channel counts | Chris Robinson | 2019-07-03 | 1 | -17/+33 |
| | |||||
* | Return optionals from the remaining ConfigValue* methods | Chris Robinson | 2019-06-30 | 1 | -4/+4 |
| | |||||
* | Use an optional for ConfigValueStr | Chris Robinson | 2019-06-30 | 1 | -10/+9 |
| | |||||
* | Use an optional for ConfigValueInt | Chris Robinson | 2019-06-30 | 1 | -10/+12 |
| | |||||
* | Reorganize how some device fields are set and reset | Chris Robinson | 2019-06-15 | 1 | -51/+6 |
| | |||||
* | Simplify DistanceComp somewhat | Chris Robinson | 2019-06-08 | 1 | -24/+20 |
| | |||||
* | Remove the per-voice ChannelsPerOrder field | Chris Robinson | 2019-06-05 | 1 | -7/+8 |
| | |||||
* | Make some more channel counts unsigned | Chris Robinson | 2019-06-05 | 1 | -9/+9 |
| | |||||
* | Avoid a separate struct for the bandsplitter all-pass | Chris Robinson | 2019-06-04 | 1 | -3/+0 |
| | |||||
* | Allow selecting the ambisonic order for basic HRTF rendering | Chris Robinson | 2019-06-02 | 1 | -22/+46 |
| | |||||
* | Use std::array for most mixing buffer arrays | Chris Robinson | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Use a span for referencing the channel map to initialize | Chris Robinson | 2019-05-23 | 1 | -17/+12 |
| | |||||
* | Fix a couple type truncation warnings with MSVC | Chris Robinson | 2019-05-12 | 1 | -1/+1 |
| | |||||
* | Disable NFC by default | Chris Robinson | 2019-04-29 | 1 | -1/+1 |
| | |||||
* | Allow NFC filters without HQ decoding | Chris Robinson | 2019-04-29 | 1 | -64/+18 |
| | | | | | | It still requires a proper custom decoder configuration for speakers, so that proper distances can be specified. Ambisonic output still relies on the nfc-ref-delay option, and HRTF uses the dataset's distance. | ||||
* | Only enable NFC with HRTF when hq-mode is enabled | Chris Robinson | 2019-04-28 | 1 | -2/+5 |
| | |||||
* | Fix some integer truncation warnings in MSVC | Chris Robinson | 2019-04-12 | 1 | -6/+6 |
| | |||||
* | Remove the SZFMT macro | Chris Robinson | 2019-04-11 | 1 | -1/+1 |
| | | | | C++11 mandates the %zu/d formatter | ||||
* | Change RealMixParams::ChannelName to better reflect its use | Chris Robinson | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | Use the existing function to get the ambisonic channel count | Chris Robinson | 2019-03-31 | 1 | -3/+1 |
| | |||||
* | Don't bother with a separate reset method for BFormatDec | Chris Robinson | 2019-03-31 | 1 | -6/+5 |
| | |||||
* | Use phase correction for the front stablizer | Chris Robinson | 2019-03-31 | 1 | -4/+11 |
| | |||||
* | Don't mention which rendering methods aren't used | Chris Robinson | 2019-03-25 | 1 | -4/+1 |
| | |||||
* | Use MixParams for the wet buffers | Chris Robinson | 2019-03-22 | 1 | -11/+14 |
| | |||||
* | Include std::placeholders once in an anonymouse namespace | Chris Robinson | 2019-03-16 | 1 | -3/+2 |
| | |||||
* | Reverse the HRTF field array | Chris Robinson | 2019-02-27 | 1 | -2/+1 |
| | | | | | | Most often a sound's distance will be beyond the farthest field measurement, so It's more efficient to have the farthest field first and avoid looping through the whole field array for them. | ||||
* | Remove a duplicate index array | Chris Robinson | 2019-02-24 | 1 | -2/+2 |
| | |||||
* | Remove the FOAOut mixing buffer and associated post-processes | Chris Robinson | 2019-02-22 | 1 | -121/+1 |
| | |||||
* | Allow processing some effects in higher order ambisonics | Chris Robinson | 2019-02-21 | 1 | -2/+2 |
| | | | | | | Reverb notably is still only first-order (any higher order channels are dropped, and it writes to FOAOut). But others, like the equalizer, work on all available channels. | ||||
* | Add helpers to get the channel count from an ambisonic order | Chris Robinson | 2019-02-21 | 1 | -7/+7 |
| | |||||
* | Ensure the device's mAmbiOrder is always set appropriately | Chris Robinson | 2019-02-21 | 1 | -8/+23 |
| | | | | The Dry target is always ambisonic, so set its order correctly. | ||||
* | Allocate the effect slot wet buffer dynamically | Chris Robinson | 2019-02-20 | 1 | -6/+8 |
| | |||||
* | Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFS | Chris Robinson | 2019-02-19 | 1 | -15/+15 |
| | |||||
* | Clean up some AmbiUpsampler initialization | Chris Robinson | 2019-02-19 | 1 | -17/+19 |
| | |||||
* | Collect HRTF field info into a struct | Chris Robinson | 2019-01-28 | 1 | -2/+3 |
| | |||||
* | Make IncRef and DecRef member functions | Chris Robinson | 2019-01-24 | 1 | -5/+5 |
| | |||||
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -5/+5 |
| | |||||
* | Make Create methods for structs with flexible array members ... | Chris Robinson | 2019-01-08 | 1 | -2/+1 |
| | | | | ... that are used with unique_ptr. | ||||
* | Avoid calling unique_ptr::reset with a raw pointer | Chris Robinson | 2019-01-08 | 1 | -7/+7 |
| | |||||
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -4/+4 |
| | | | | | | To think about: examples/alffplay.cpp:600 OpenAL32/Include/alMain.h:295 | ||||
* | Don't use the dual-band upsampler for basic ambisonic decoding | Chris Robinson | 2019-01-06 | 1 | -22/+28 |
| | |||||
* | Replace macros with constexpr inline functions | Chris Robinson | 2019-01-06 | 1 | -4/+4 |
| | |||||
* | Pass the normalized crossover frequency to the reset method | Chris Robinson | 2019-01-05 | 1 | -1/+2 |
| | |||||
* | Simplify MixParams and AmbiUpsampler | Chris Robinson | 2019-01-05 | 1 | -62/+30 |
| | | | | Since the dry buffer is always an ambisonic target now | ||||
* | Use BFormatDec for custom and built-in ambisonic decoding | Chris Robinson | 2019-01-05 | 1 | -96/+111 |
| | |||||
* | Add and use a make_unique function | Chris Robinson | 2019-01-01 | 1 | -3/+3 |
| |