CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/07/09 03:25:22

Modified files:
        usr.bin/sndiod : dev.c dsp.c dsp.h 

Log message:
sndiod: Don't pre-allocate the resampling history buffers

The max resampling history buffer is not few bytes anymore. Instead,
allocate a buffer of the needed size, only when the client requires
resampling. Saves around 8MB in the bss section.

Reply via email to