Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't make BiquadFilter's src and dst restrict | Chris Robinson | 2019-01-01 | 2 | -11/+10 |
| | | | | | There's no technical reason they can't be the same since IIR filters can't be auto-vectorized anyway. | ||||
* | Handle all input channels in MixDirectHrtf | Chris Robinson | 2018-12-31 | 4 | -36/+39 |
| | |||||
* | 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 | 3 | -9/+9 |
| | |||||
* | Pass a reference to an array instead of a pointer | Chris Robinson | 2018-12-31 | 1 | -1/+1 |
| | |||||
* | Further improve HRTF methods to avoid masking in the inner loops | Chris Robinson | 2018-12-31 | 4 | -100/+163 |
| | |||||
* | Use an atomic bool on things that only take true or false | Chris Robinson | 2018-12-30 | 11 | -36/+36 |
| | |||||
* | Rename BackendLock to StateLock | Chris Robinson | 2018-12-30 | 13 | -79/+38 |
| | |||||
* | Don't make the backend's lock/unlock methods noexcept | Chris Robinson | 2018-12-29 | 4 | -20/+14 |
| | |||||
* | Get rid of ALCdevice_Lock/Unlock | Chris Robinson | 2018-12-29 | 3 | -29/+21 |
| | |||||
* | Clean up a member name | Chris Robinson | 2018-12-29 | 2 | -10/+10 |
| | |||||
* | Use member functions for the sample and channel converters | Chris Robinson | 2018-12-29 | 4 | -66/+55 |
| | |||||
* | Add missing includes for mem_fn | Chris Robinson | 2018-12-29 | 11 | -0/+11 |
| | |||||
* | Don't bother with an explicit Loopback backend type | Chris Robinson | 2018-12-29 | 3 | -11/+6 |
| | |||||
* | Return a unique_ptr for the backend | Chris Robinson | 2018-12-29 | 38 | -68/+68 |
| | |||||
* | Make the backend type an enum class | Chris Robinson | 2018-12-29 | 36 | -140/+135 |
| | |||||
* | Get CoreAudio capture samples in one call | Chris Robinson | 2018-12-28 | 1 | -22/+21 |
| | |||||
* | Convert the backends to use proper inheritence | Chris Robinson | 2018-12-28 | 40 | -2856/+1903 |
| | |||||
* | Use static_cast instead of reinterpret_cast where possible | Chris Robinson | 2018-12-28 | 4 | -21/+21 |
| | |||||
* | Finish turning ancillary backend methods into member functions | Chris Robinson | 2018-12-28 | 2 | -305/+301 |
| | |||||
* | Turn even more methods into member functions | Chris Robinson | 2018-12-28 | 5 | -271/+278 |
| | |||||
* | Turn some more methods into member functions | Chris Robinson | 2018-12-28 | 1 | -93/+118 |
| | |||||
* | Add a method to prefix logged function names | Chris Robinson | 2018-12-28 | 2 | -15/+9 |
| | |||||
* | Make more methods into member functions | Chris Robinson | 2018-12-27 | 3 | -351/+316 |
| | |||||
* | Turn more methods into member functions | Chris Robinson | 2018-12-27 | 3 | -167/+169 |
| | |||||
* | Turn more methods into member functions | Chris Robinson | 2018-12-27 | 3 | -85/+94 |
| | |||||
* | Make some ancillary methods into member functions | Chris Robinson | 2018-12-27 | 2 | -117/+131 |
| | |||||
* | Use vectors instead of malloc'd buffers | Chris Robinson | 2018-12-27 | 2 | -42/+32 |
| | |||||
* | Finish renaming backend struct fields | Chris Robinson | 2018-12-27 | 5 | -255/+246 |
| | |||||
* | Rename some more struct members for consistency | Chris Robinson | 2018-12-27 | 3 | -289/+285 |
| | |||||
* | Fix ring buffer vector methods | Chris Robinson | 2018-12-27 | 2 | -8/+8 |
| | |||||
* | Get rid of the unnecessary STATIC_(UP)CAST macros | Chris Robinson | 2018-12-27 | 19 | -272/+204 |
| | |||||
* | Use a proper constructor/destructor for the ALCbackend base | Chris Robinson | 2018-12-27 | 19 | -102/+96 |
| | |||||
* | Rename DSound class members for consistency | Chris Robinson | 2018-12-27 | 1 | -95/+95 |
| | |||||
* | Return unique_ptrs instead of raw pointers | Chris Robinson | 2018-12-27 | 15 | -83/+55 |
| | | | | For the ring buffer, channel converter, and sample converter. | ||||
* | Simplify resampling with CoreAudio capture | Chris Robinson | 2018-12-27 | 1 | -181/+136 |
| | | | | | The ringbuffer holds the samples from the device, and we use our own converter for resampling, calling it on demand with data from the ring buffer. | ||||
* | Use a unique_ptr for the AsyncEvents ringbuffer | Chris Robinson | 2018-12-27 | 6 | -19/+16 |
| | |||||
* | Rename some ALSA class members for consistency | Chris Robinson | 2018-12-27 | 1 | -108/+108 |
| | |||||
* | Constify and reorder a couple device fields | Chris Robinson | 2018-12-27 | 1 | -4/+4 |
| | |||||
* | Recognize ambix as an alias for acn+sn3d | Chris Robinson | 2018-12-27 | 3 | -5/+5 |
| | |||||
* | Use std::array for appropriate source and listener properties | Chris Robinson | 2018-12-26 | 6 | -91/+87 |
| | |||||
* | Avoid a lambda to find a not-null entry in an array | Chris Robinson | 2018-12-26 | 2 | -7/+9 |
| | |||||
* | Clean up the ring buffer struct and use member functions | Chris Robinson | 2018-12-26 | 18 | -269/+285 |
| | |||||
* | Handle HRTF coefficients and values by reference where possible | Chris Robinson | 2018-12-26 | 8 | -44/+42 |
| | |||||
* | Avoid masking in ApplyCoeffs's inner loop | Chris Robinson | 2018-12-26 | 3 | -35/+62 |
| | | | | | This unfortunately does not apply to NEON, which would need a bit more reworking of its method. | ||||
* | Improve UHJ2 encoding | Chris Robinson | 2018-12-26 | 3 | -53/+51 |
| | |||||
* | Improve some post-process handlers | Chris Robinson | 2018-12-26 | 1 | -26/+26 |
| | |||||
* | More aggressively try to decrement an effect's refcount in-place | Chris Robinson | 2018-12-26 | 1 | -13/+17 |
| | |||||
* | Avoid using a local for a temporary | Chris Robinson | 2018-12-25 | 1 | -3/+3 |
| |