comparison libaf/dsp.h @ 7568:d08513b9fed6

Adding new audio output filter layer libaf
author anders
date Tue, 01 Oct 2002 06:45:08 +0000
parents
children 14090f7300a8
comparison
equal deleted inserted replaced
7567:85e9956a6727 7568:d08513b9fed6
1 /*=============================================================================
2 //
3 // This software has been released under the terms of the GNU Public
4 // license. See http://www.gnu.org/copyleft/gpl.html for details.
5 //
6 // Copyright 2002 Anders Johansson ajh@atri.curtin.edu.au
7 //
8 //=============================================================================
9 */
10
11 #ifndef _DSP_H
12 #define _DSP_H 1
13
14 /* Implementation of routines used for DSP */
15
16 /* Size of floating point type used in routines */
17 #define _ftype_t float
18
19 #include <window.h>
20 #include <filter.h>
21
22 #endif