Re: [PATCH 06/23] sdlaudio: fill remaining sample buffer with silence

2021-01-17 Thread Volker Rümelin
On 10/01/2021 11.02, Volker Rümelin wrote: Fill the remaining sample buffer with silence. To fill it with zeroes is wrong for unsigned samples because this is silence with a DC bias. Signed-off-by: Volker Rümelin ---   audio/sdlaudio.c | 3 ++-   1 file changed, 2 insertions(+), 1 deletion(-) d

Re: [PATCH 06/23] sdlaudio: fill remaining sample buffer with silence

2021-01-14 Thread Thomas Huth
On 10/01/2021 11.02, Volker Rümelin wrote: Fill the remaining sample buffer with silence. To fill it with zeroes is wrong for unsigned samples because this is silence with a DC bias. Signed-off-by: Volker Rümelin --- audio/sdlaudio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) d

[PATCH 06/23] sdlaudio: fill remaining sample buffer with silence

2021-01-10 Thread Volker Rümelin
Fill the remaining sample buffer with silence. To fill it with zeroes is wrong for unsigned samples because this is silence with a DC bias. Signed-off-by: Volker Rümelin --- audio/sdlaudio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/sdlaudio.c b/audio/sdlaudio.c