CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/01/21 01:43:55
Modified files:
usr.bin/aucat : Makefile abuf.c abuf.h aucat.1 aucat.c sysex.h
Added files:
usr.bin/aucat : afile.c afile.h defs.h dsp.c dsp.h utils.c
utils.h
Removed files:
usr.bin/aucat : aparams.c aparams.h aproc.c aproc.h conf.h
dbg.c dbg.h dev.c dev.h file.c file.h headers.c
midi.c midi.h miofile.c miofile.h pipe.c pipe.h
siofile.c siofile.h wav.c wav.h
Log message:
Simplify internals and rewrite file header parsing code:
- remove -M, -t, -w, -C, -x flags that don't make sense anymore
- make "-j off" the default (sndiod already does the job)
- don't limit the number of played/recorded files.
- add support for floating-point encoded files.
- add support for apple .aiff and sun/next .au files