diff options
Diffstat (limited to 'src/normalize.h')
-rw-r--r-- | src/normalize.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/normalize.h b/src/normalize.h index f131669a8..73e442882 100644 --- a/src/normalize.h +++ b/src/normalize.h @@ -16,6 +16,17 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifndef NORMALIZE_H +#define NORMALIZE_H + #include "audio.h" +extern int normalizationEnabled; + +void initNormalization(); + +void finishNormalization(); + void normalizeData(char *buffer, int bufferSize, AudioFormat *format); + +#endif /* !NORMALIZE_H */ |