aboutsummaryrefslogtreecommitdiffstats
path: root/alc/voice.h
Commit message (Expand)AuthorAgeFilesLines
* Dynamically allocate voice channel dataChris Robinson2020-03-251-2/+1
* Properly allocate voicesChris Robinson2020-03-221-0/+3
* Use a new voice state to indicate a pending source offset changeChris Robinson2020-03-041-3/+4
* Rename the voice's PendingStop to PendingChangeChris Robinson2020-02-261-1/+1
* Use an array of ALvoice pointers for the active voicesChris Robinson2020-02-211-46/+0
* Add a voice flag to indicate a voice has a pending stopChris Robinson2020-02-201-4/+7
* Handle running the buffer callback in the voiceChris Robinson2020-02-171-8/+11
* Add a callback flag for voicesChris Robinson2020-02-171-3/+6
* Use std::array and span for the HRTF delaysChris Robinson2020-02-081-1/+1
* Get rid of an unnecessary structChris Robinson2020-01-131-1/+1
* Start a new extension for a new direct_channels stateChris Robinson2019-12-281-1/+7
* Handle the buffer's ambisonic propertiesChris Robinson2019-12-021-2/+7
* Store the ambisonic order for the voiceChris Robinson2019-12-011-0/+2
* Use unsigned for array indicesChris Robinson2019-11-291-1/+1
* More sanely handle the voice state when mixingChris Robinson2019-10-141-1/+1
* Use std::array instead of plain arrays in a couple placesChris Robinson2019-10-051-4/+6
* Avoid duplicate structsChris Robinson2019-10-051-8/+3
* Remove an unnecessary struct specifierChris Robinson2019-10-021-1/+1
* Fix a commentChris Robinson2019-10-021-1/+1
* Clean up some unnecessary includesChris Robinson2019-10-021-0/+3
* Clean up some ALfloat -> floatChris Robinson2019-10-021-3/+3
* Move ALvoice from alu.h to a separate headerChris Robinson2019-10-021-0/+293