aboutsummaryrefslogtreecommitdiffstats
path: root/alc/voice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use more constexpr variables instead of macrosChris Robinson2020-12-251-1/+1
* Move logging to coreChris Robinson2020-12-171-1/+1
* Move AsyncEvent to a separate headerChris Robinson2020-12-161-1/+1
* Use a separate enum for the VoiceChange stateChris Robinson2020-12-161-1/+2
* Remove unneeded includesChris Robinson2020-12-151-2/+1
* Move fmt_traits to coreChris Robinson2020-12-131-1/+1
* Move the mixer functions to coreChris Robinson2020-12-121-2/+2
* Move some HRTF definitions to a separate headerChris Robinson2020-12-121-0/+1
* Don't modify the IR size of loaded HRTFsChris Robinson2020-12-111-1/+1
* Change some macros into constexpr variablesChris Robinson2020-12-041-2/+2
* Move the filters to coreChris Robinson2020-12-041-3/+3
* Avoid a global MAX_PITCH macroChris Robinson2020-12-041-5/+0
* Change a couple macros into constexpr variablesChris Robinson2020-11-281-14/+14
* Move some sources to a separate directoryChris Robinson2020-11-271-1/+1
* Avoid AL types in the mixerChris Robinson2020-11-201-38/+35
* Disassociate internal voice enums from AL enumsChris Robinson2020-11-201-2/+2
* Use BufferStorage for the buffer queueChris Robinson2020-11-191-18/+18
* Put the loop start/end in BufferStorageChris Robinson2020-11-191-18/+18
* Replace the mixer fraction macros with constexpr variablesChris Robinson2020-10-211-10/+10
* Change some more macros into constexpr variablesChris Robinson2020-10-211-14/+13
* Add missing linear resampler to the option setting listChris Robinson2020-09-241-0/+1
* Use a separate structure for buffer storageChris Robinson2020-08-281-18/+18
* De-duplicate LoadSampleArray and FmtTypeTraitsChris Robinson2020-08-261-131/+8
* Simplify mixer buffer size saturation handlingChris Robinson2020-07-231-6/+6
* Don't round up the dst size when the src size was saturatedChris Robinson2020-06-291-1/+1
* Fix SrcBufferSize calculation when downsamplingChris Robinson2020-06-291-20/+36
* Fade over more of the update with HRTFChris Robinson2020-05-251-23/+5
* Improve HRTF delay handlingChris Robinson2020-05-201-1/+4
* Rename applyHfScale to processHfScaleChris Robinson2020-05-191-1/+1
* Use global placement new for AsyncEventChris Robinson2020-04-241-2/+2
* Add a method to process two biquads at onceChris Robinson2020-04-231-11/+10
* Avoid using some more AL typesChris Robinson2020-04-231-8/+8
* Get rid of the specialized MixRow_ methodsChris Robinson2020-04-161-15/+0
* Avoid ALfloat in some placesChris Robinson2020-04-081-18/+18
* Use structs for the mixer and resampler tagsChris Robinson2020-04-031-0/+9
* Rename ALvoice and related structs to VoiceChris Robinson2020-03-281-13/+13
* Move some setup to a more logical placeChris Robinson2020-03-251-2/+33
* Dynamically allocate voice channel dataChris Robinson2020-03-251-14/+14
* Simplify clamping the voice mix sizeChris Robinson2020-03-231-8/+9
* Silence a potential type truncation warningChris Robinson2020-03-221-1/+2
* Handle running the buffer callback in the voiceChris Robinson2020-02-171-10/+66
* Add a callback flag for voicesChris Robinson2020-02-171-3/+11
* Use std::array and span for the HRTF delaysChris Robinson2020-02-081-4/+2
* Signal the event handler only once per updateChris Robinson2020-01-141-2/+0
* Get rid of an unnecessary structChris Robinson2020-01-131-3/+3
* Make sure an unmixable source is properly stoppedChris Robinson2020-01-081-1/+9
* Use a loop instead of a series of lambda callsChris Robinson2020-01-051-21/+23
* Simplify post-mix HRTF gain storageChris Robinson2020-01-051-13/+5
* Use a span for the band-splitter inputChris Robinson2019-12-251-3/+3
* Pass a span for the biquad filter inputChris Robinson2019-12-251-23/+23