diff options
author | Cooper Harasyn <charasyn@outlook.com> | 2020-11-27 16:05:59 -0500 |
---|---|---|
committer | Cooper Harasyn <charasyn@outlook.com> | 2020-11-27 16:05:59 -0500 |
commit | 25b2f82ccfe98ec06f730813e818443df0e10972 (patch) | |
tree | 291fab37d2dc9274d37384710c36d5edef541fc8 /scene/3d | |
parent | 828d1ea59eb95edc840ca25de5f8c594fd9b584e (diff) |
Prevent ALSA audio corruption
When using the ALSA driver, corruption would occur if `snd_pcm_writei`
was unable to consume the entire sound buffer. This would occur
frequently on the Raspberry Pi 3 which uses the `snd_bcm2835` audio
driver.
This bug resulted from incorrect pointer math on line 187, resulting in
the sample source pointer being advanced by `total * ad->channels` bytes
instead of `total * ad->channels` samples. In my opinion, the best fix
is to change `*src` to type `int16_t`, since that is the sample type in
use.
Fixes #43927.
Diffstat (limited to 'scene/3d')
0 files changed, 0 insertions, 0 deletions