CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/12/21 01:57:18
Modified files:
usr.bin/sndiod : sock.c
Log message:
sndiod: Pad the last play block using the right encoding
Fixes the short noise when playback of unsigned samples stops. We've
to call enc_sil_do() instead of padding with 0 (0 doesn't represent
silence for unsigned encodings).
Mostly from gkoehler@
