From 1861b5d7bdf9fb669633b9ee471f6c57a5633b83 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sat, 15 May 2004 18:22:26 +0000 Subject: Port subwoofer filter from mplayer. CVS patchset: 6543 CVS date: 2004/05/15 18:22:26 --- src/post/audio/dsp.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/post/audio/dsp.h (limited to 'src/post/audio/dsp.h') diff --git a/src/post/audio/dsp.h b/src/post/audio/dsp.h new file mode 100644 index 000000000..8f5d5eb51 --- /dev/null +++ b/src/post/audio/dsp.h @@ -0,0 +1,22 @@ +/*============================================================================= +// +// This software has been released under the terms of the GNU Public +// license. See http://www.gnu.org/copyleft/gpl.html for details. +// +// Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au +// +//============================================================================= +*/ + +#ifndef _DSP_H +#define _DSP_H 1 + +/* Implementation of routines used for DSP */ + +/* Size of floating point type used in routines */ +#define _ftype_t float + +#include +#include + +#endif -- cgit v1.2.3