From a48061bacf8ce84e6ddb627e9250cae9a54e4c34 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Thu, 27 Jul 2006 03:42:42 +0000 Subject: Updating compress.[ch] from AudioCompress git-svn-id: https://svn.musicpd.org/mpd/trunk@4476 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/compress.c | 6 ++++-- src/compress.h | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/compress.c b/src/compress.c index e6c6cd6fb..4877a951f 100644 --- a/src/compress.c +++ b/src/compress.c @@ -1,6 +1,8 @@ /* compress.c -** Compressor logic -*/ + * Compressor logic + * + * (c)2003-6 fluffy@beesbuzz.biz + */ #include #include diff --git a/src/compress.h b/src/compress.h index 1993b47ad..4fc160b70 100644 --- a/src/compress.h +++ b/src/compress.h @@ -1,13 +1,15 @@ /* compress.h -** interface to audio compression -*/ + * interface to audio compression + * + * (c)2003-6 fluffy@beesbuzz.biz + */ #ifndef COMPRESS_H #define COMPRESS_H /* These are copied from the AudioCompress config.h, mainly because CompressDo * needs GAINSHIFT defined. The rest are here so they can be used as defaults - * to pass to CompressCfg. */ + * to pass to CompressCfg(). -- jat */ #define ANTICLIP 0 /* Strict clipping protection */ #define TARGET 25000 /* Target level */ #define GAINMAX 32 /* The maximum amount to amplify by */ -- cgit v1.2.3