index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
voice.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Separate decoding and mixing from resampling
Chris Robinson
2023-02-12
1
-283
/
+301
*
Always write samples to the destination when resampling
Chris Robinson
2023-02-11
1
-4
/
+9
*
Check for the voice being beyond the loop end point earlier
Chris Robinson
2023-02-11
1
-5
/
+11
*
Change the default resampler to cubic
Chris Robinson
2023-01-27
1
-1
/
+1
*
Add and use mixers that process one input and output channel
Chris Robinson
2023-01-05
1
-0
/
+14
*
Add a simple wrapper to call the mixer function
Chris Robinson
2023-01-04
1
-2
/
+2
*
Handle negative offset starts for callback buffers
Chris Robinson
2023-01-04
1
-9
/
+11
*
Fix a comment
Chris Robinson
2023-01-01
1
-2
/
+1
*
Swap the order of some checks to simplify voice setup
Chris Robinson
2023-01-01
1
-35
/
+25
*
Use a bitset for the enabled event flags
Chris Robinson
2022-12-16
1
-3
/
+3
*
Limit voice update fading length to 64 samples
Chris Robinson
2022-12-08
1
-13
/
+7
*
Avoid using a macro to wrap standard attributes
Chris Robinson
2022-12-06
1
-11
/
+11
*
Avoid some uses of the LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
1
-2
/
+2
*
Use standard likely/unlikely attributes when available
Chris Robinson
2022-12-05
1
-13
/
+13
*
Add the ability to start a voice at a particular time
Chris Robinson
2022-11-03
1
-7
/
+37
*
Handle negative voice positions
Chris Robinson
2022-11-02
1
-27
/
+49
*
Rename some variables to more clearly indicate their meaning
Chris Robinson
2022-10-28
1
-6
/
+6
*
Rename some variables to be less ambiguous
Chris Robinson
2022-10-21
1
-8
/
+8
*
Add separate filter options for UHJ encoding and decoding
Chris Robinson
2022-10-21
1
-2
/
+2
*
Add an IIR filter option for UHJ encoding/decoding
Chris Robinson
2022-10-21
1
-23
/
+30
*
Remove an unused variable
Chris Robinson
2022-09-20
1
-10
/
+9
*
Clear the buffer loop element when out of the loop range
Chris Robinson
2022-09-18
1
-2
/
+3
*
Track if doing 2D mixing only
Chris Robinson
2022-09-04
1
-2
/
+3
*
Allow different HF scales for 2D mixing/output
Chris Robinson
2022-09-04
1
-1
/
+1
*
Use the difference in HF scale for upsampling ambisonics
Chris Robinson
2022-09-03
1
-1
/
+1
*
Revert "Don't apply the HF scaling for "upsampling" ambisonics"
Chris Robinson
2022-09-02
1
-12
/
+44
*
Don't apply the HF scaling for "upsampling" ambisonics
Chris Robinson
2022-08-31
1
-44
/
+12
*
Create and use 2D upsampling matrices
Chris Robinson
2022-08-25
1
-4
/
+6
*
Inline a function and remove an unnecessary parameter
Chris Robinson
2022-08-16
1
-1
/
+1
*
Add an option for higher quality UHJ filters
Chris Robinson
2022-08-08
1
-4
/
+20
*
Parameterize the UHJ filter length
Chris Robinson
2022-08-07
1
-10
/
+10
*
Use a proper literal type
Chris Robinson
2022-06-07
1
-1
/
+1
*
Use a member variable to specify the decoder padding
Chris Robinson
2022-05-17
1
-2
/
+10
*
Avoid magic numbers
Chris Robinson
2022-05-16
1
-6
/
+6
*
Use virtual functions for the decoder
Chris Robinson
2022-05-14
1
-10
/
+5
*
Rename lerp to avoid conflicts with C++20's std::lerp
Chris Robinson
2022-04-06
1
-2
/
+2
*
Remove the reversed all-pass trick in MixDirectHrtfBase
Chris Robinson
2022-03-30
1
-4
/
+1
*
Slightly improve handling of stopping voices
Chris Robinson
2022-01-08
1
-19
/
+27
*
Don't mix higher orders of B-Format than the device is doing
Chris Robinson
2022-01-02
1
-2
/
+2
*
Use an span of pointers instead of arrays for mixing
Chris Robinson
2022-01-01
1
-93
/
+94
*
Pass a span of pointers to the UHJ/SuperStereo decoder
Chris Robinson
2022-01-01
1
-1
/
+6
*
Use a bitset instead of a plain uint for flags
Chris Robinson
2021-12-23
1
-16
/
+16
*
Don't swallow up buffer callback samples when pausing
Chris Robinson
2021-12-18
1
-11
/
+17
*
Don't update voice sample histories when stopping/pausing
Chris Robinson
2021-12-18
1
-24
/
+25
*
Rename Voice::mNumChannels for clarity
Chris Robinson
2021-12-15
1
-4
/
+4
*
Add source properties for Super Stereo
Chris Robinson
2021-12-15
1
-0
/
+21
*
Make an inline function to check for 2D ambisonic formats
Chris Robinson
2021-12-12
1
-3
/
+1
*
Avoid initializing the NFC filter for every voice channel
Chris Robinson
2021-12-11
1
-8
/
+3
*
Add an internal Super Stereo format
Chris Robinson
2021-12-11
1
-10
/
+18
*
Improve the 2-channel UHJ response
Chris Robinson
2021-12-09
1
-3
/
+41
[next]