CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2010/11/04 11:55:28
Modified files: usr.bin/aucat : aparams.c aparams.h aproc.c aproc.h sock.c Log message: Replace ``short'' by a new ``adata_t'' typedef corresponding to audio samples and cleanup ADATA_XXX macros. This allows easilly switching to 24 bit fixed point arithmetic by simply redefining the adata_t typedef to int and updating ADATA_XXX macros. No object change.