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
/
alc
/
voice.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some setup to a more logical place
Chris Robinson
2020-03-25
1
-2
/
+33
*
Dynamically allocate voice channel data
Chris Robinson
2020-03-25
1
-14
/
+14
*
Simplify clamping the voice mix size
Chris Robinson
2020-03-23
1
-8
/
+9
*
Silence a potential type truncation warning
Chris Robinson
2020-03-22
1
-1
/
+2
*
Handle running the buffer callback in the voice
Chris Robinson
2020-02-17
1
-10
/
+66
*
Add a callback flag for voices
Chris Robinson
2020-02-17
1
-3
/
+11
*
Use std::array and span for the HRTF delays
Chris Robinson
2020-02-08
1
-4
/
+2
*
Signal the event handler only once per update
Chris Robinson
2020-01-14
1
-2
/
+0
*
Get rid of an unnecessary struct
Chris Robinson
2020-01-13
1
-3
/
+3
*
Make sure an unmixable source is properly stopped
Chris Robinson
2020-01-08
1
-1
/
+9
*
Use a loop instead of a series of lambda calls
Chris Robinson
2020-01-05
1
-21
/
+23
*
Simplify post-mix HRTF gain storage
Chris Robinson
2020-01-05
1
-13
/
+5
*
Use a span for the band-splitter input
Chris Robinson
2019-12-25
1
-3
/
+3
*
Pass a span for the biquad filter input
Chris Robinson
2019-12-25
1
-23
/
+23
*
Pass a span to the NFC filters
Chris Robinson
2019-12-24
1
-2
/
+2
*
Reorganize some function parameters
Chris Robinson
2019-12-24
1
-13
/
+13
*
Avoid holding HRTF accumulation samples per-source
Chris Robinson
2019-11-03
1
-26
/
+13
*
More sanely handle the voice state when mixing
Chris Robinson
2019-10-14
1
-18
/
+12
*
Use std::array instead of plain arrays in a couple places
Chris Robinson
2019-10-05
1
-17
/
+15
*
Avoid duplicate structs
Chris Robinson
2019-10-05
1
-2
/
+2
*
Move ALvoice from alu.h to a separate header
Chris Robinson
2019-10-02
1
-32
/
+2
*
Move a couple types to the source they're used in
Chris Robinson
2019-10-02
1
-0
/
+7
*
Rename mixvoice.cpp to voice.cpp
Chris Robinson
2019-10-02
1
-0
/
+881