comparison src/libst.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 376386a54a3c
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
9 ** documentation. This software is provided "as is" without express or 9 ** documentation. This software is provided "as is" without express or
10 ** implied warranty. 10 ** implied warranty.
11 */ 11 */
12 12
13 /* Synched up with: Not in FSF. */ 13 /* Synched up with: Not in FSF. */
14
15 #ifndef INCLUDED_libst_h_
16 #define INCLUDED_libst_h_
14 17
15 #define SAMPLES_PER_SECOND 8192 18 #define SAMPLES_PER_SECOND 8192
16 19
17 #define MINLIN -32768 20 #define MINLIN -32768
18 #define MAXLIN 32767 21 #define MAXLIN 32767
63 620, 588, 556, 524, 492, 460, 428, 396, 66 620, 588, 556, 524, 492, 460, 428, 396,
64 372, 356, 340, 324, 308, 292, 276, 260, 67 372, 356, 340, 324, 308, 292, 276, 260,
65 244, 228, 212, 196, 180, 164, 148, 132, 68 244, 228, 212, 196, 180, 164, 148, 132,
66 120, 112, 104, 96, 88, 80, 72, 64, 69 120, 112, 104, 96, 88, 80, 72, 64,
67 56, 48, 40, 32, 24, 16, 8, 0 }; 70 56, 48, 40, 32, 24, 16, 8, 0 };
71
72 #endif /* INCLUDED_libst_h_ */