Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly wrap AudioBufferManager block writes
The memcpy-version of the ABM::write updated the destination and count but neglected to move the source forward. If a block write crossed a frame boundary then the 2nd frame would repeat the data from the first half of the buffer. Fix by incrementing the source pointer by the same amount as was written.
- Loading branch information