Re: [PATCH 05/23] sdlaudio: always clear the sample buffer

2021-01-14 Thread Thomas Huth
On 10/01/2021 11.02, Volker Rümelin wrote: Always fill the remaining audio callback buffer with silence. SDL 2.0 doesn't initialize the audio callback buffer. This was an incompatible change compared to SDL 1.2. For reference read the SDL 1.2 to 2.0 migration guide. Signed-off-by: Volker

[PATCH 05/23] sdlaudio: always clear the sample buffer

2021-01-10 Thread Volker Rümelin
Always fill the remaining audio callback buffer with silence. SDL 2.0 doesn't initialize the audio callback buffer. This was an incompatible change compared to SDL 1.2. For reference read the SDL 1.2 to 2.0 migration guide. Signed-off-by: Volker Rümelin --- audio/sdlaudio.c | 33