aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow selecting the ambisonic order for basic HRTF renderingChris Robinson2019-06-021-22/+46
* Properly search for prebuilt native-toolsChris Robinson2019-06-011-2/+13
* Make sure the T60 filter gains are properly clampedChris Robinson2019-05-311-6/+6
* Once more for MSVCChris Robinson2019-05-301-4/+8
* Another attempt to fix MSVC 2015Chris Robinson2019-05-301-8/+6
* Avoid some MSVC workarounds that didn't seem to workChris Robinson2019-05-301-13/+9
* Improve span constructor requirementsChris Robinson2019-05-301-7/+10
* Try to work around some MSVC short-comingsChris Robinson2019-05-301-9/+13
* Avoid potentially ambiguous span copy constructorChris Robinson2019-05-301-2/+2
* Try to fix "ambiguous" initializations with older compilersChris Robinson2019-05-291-3/+3
* Use a span for the voice's buffer referencesChris Robinson2019-05-293-33/+23
* Use span<FloatBufferLine> for EffectState::process outputChris Robinson2019-05-2914-75/+66
* Use span<FloatBufferLine> for MixSamplesChris Robinson2019-05-2915-96/+91
* Use FloatBufferLine and span<> for MixRowSamplesChris Robinson2019-05-297-46/+30
* Use FloatBufferLine and span<> in the reverb effectChris Robinson2019-05-291-42/+50
* Pass a span to MixDirectHrtf instead of a pointer+sizeChris Robinson2019-05-297-26/+28
* Separate two HRTF passes into two loopsChris Robinson2019-05-291-16/+21
* Use FloatBufferLine for the effect process methodChris Robinson2019-05-2914-57/+62
* Use FloatBufferLine with the HRTF mixer functionsChris Robinson2019-05-288-65/+65
* Improve a couple algorithmsChris Robinson2019-05-283-29/+39
* Use std::array for most mixing buffer arraysChris Robinson2019-05-2814-80/+89
* Simplify template type requirement checkingChris Robinson2019-05-281-7/+11
* Small cleanup for is_span and is_std_arrayChris Robinson2019-05-271-8/+10
* Fix default constructor for static-sized spansChris Robinson2019-05-271-1/+1
* Remove unnecessary assignment operatorsChris Robinson2019-05-271-10/+0
* Implement static-sized spans, and handle overload requirementsChris Robinson2019-05-271-6/+191
* Get rid of the COUNTOF macroChris Robinson2019-05-265-39/+34
* Fix subspanChris Robinson2019-05-261-1/+1
* Use a span for loading source samplesChris Robinson2019-05-261-13/+13
* Ensure a couple calls are constexprChris Robinson2019-05-261-4/+6
* Use SL_ANDROID_DATAFORMAT_PCM_EX for extended PCM infoChris Robinson2019-05-261-11/+11
* Use al::byte instead of char for generic data storageChris Robinson2019-05-262-12/+13
* Add a few more methods to the span classChris Robinson2019-05-261-0/+11
* Avoid a few more NUM_LINES assumptionsChris Robinson2019-05-261-13/+12
* Move a couple functions into its related classChris Robinson2019-05-257-45/+39
* Remove a couple unused functionsChris Robinson2019-05-251-9/+0
* Avoid some uses of RESTRICTChris Robinson2019-05-255-47/+52
* Use al::byte for ADPCM decodersChris Robinson2019-05-243-57/+53
* Add byte ops that take an integer-based rhs parameterChris Robinson2019-05-241-1/+7
* Move a couple table definitions to where they're usedChris Robinson2019-05-243-89/+78
* Fix some truncation warnings with MSVCChris Robinson2019-05-241-14/+14
* Remove an unnecessary struct memberChris Robinson2019-05-242-12/+9
* Use raw bytes for the buffer dataChris Robinson2019-05-243-10/+12
* Add a unique byte type for dealing with raw bytesChris Robinson2019-05-242-0/+61
* Store the span extents as a pair of pointersChris Robinson2019-05-241-10/+10
* Use a span for referencing the channel map to initializeChris Robinson2019-05-231-17/+12
* Add a missing includeChris Robinson2019-05-231-0/+2
* Use a span for resource dataChris Robinson2019-05-231-9/+8
* Add a span class to act as a view to contiguous dataChris Robinson2019-05-232-0/+106
* Use a function to mark a source for updatingChris Robinson2019-05-231-39/+38