1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.bin/sndiod
ratchov 0cdbd9642b 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@
2024-12-21 08:57:18 +00:00
..
abuf.c sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
abuf.h sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
defs.h Add API to control audio device parameters exposed by sndiod. 2020-02-26 13:53:58 +00:00
dev_sioctl.c sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
dev_sioctl.h Add API to control audio device parameters exposed by sndiod. 2020-02-26 13:53:58 +00:00
dev.c sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
dev.h sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
dsp.c sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
dsp.h sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
fdpass.c sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
fdpass.h Stop binding audio devices exposed by sndiod to physical devices 2021-11-01 14:43:24 +00:00
file.c sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
file.h sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
listen.c sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
listen.h
Makefile Add API to control audio device parameters exposed by sndiod. 2020-02-26 13:53:58 +00:00
midi.c sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
midi.h sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
miofile.c Stop binding audio devices exposed by sndiod to physical devices 2021-11-01 14:43:24 +00:00
miofile.h Stop binding audio devices exposed by sndiod to physical devices 2021-11-01 14:43:24 +00:00
opt.c sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
opt.h sndiod: Make opt_setdev() return 1 if the device was accepted 2024-04-22 10:42:04 +00:00
siofile.c sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
siofile.h remove prototypes with no matching function; ok ratchov@ 2024-05-19 00:05:43 +00:00
sndiod.8 sndiod.1: Drop the number component of sndio descriptors 2024-05-03 16:47:15 +00:00
sndiod.c sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
sock.c sndiod: Pad the last play block using the right encoding 2024-12-21 08:57:18 +00:00
sock.h sndiod: Propagate the controls' display string to clients. 2024-05-24 15:16:09 +00:00
sysex.h spelling fixes; from paul tagliamonte 2022-12-26 19:16:00 +00:00
utils.c sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00
utils.h sndiod: Switch to printf(3)-style logging 2024-12-20 07:35:56 +00:00