aboutsummaryrefslogtreecommitdiffstats
path: root/core/voice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't allocate full buffer lines in each voiceChris Robinson2021-06-211-22/+36
| | | | | | There's now effectively a 16-channel limit for buffers (as determined by the number of elements in DeviceBase::mSampleData). Any more than that are ignored when mixing.
* Avoid mixing extraneous channelsChris Robinson2021-06-211-18/+18
|
* Avoid altering SrcBufferSize in each channelChris Robinson2021-06-141-1/+1
|
* Combine some checksChris Robinson2021-06-141-22/+23
|
* Move BufferStorage and Voice to coreChris Robinson2021-04-271-0/+849