summaryrefslogtreecommitdiff
path: root/dumb/dumb-kode54/winamp/in_duh.h
blob: 38dfe1826b1f00069b009ca42c6d62c3b7c33c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*  _______         ____    __         ___    ___
 * \    _  \       \    /  \  /       \   \  /   /       '   '  '
 *  |  | \  \       |  |    ||         |   \/   |         .      .
 *  |  |  |  |      |  |    ||         ||\  /|  |
 *  |  |  |  |      |  |    ||         || \/ |  |         '  '  '
 *  |  |  |  |      |  |    ||         ||    |  |         .      .
 *  |  |_/  /        \  \__//          ||    |  |
 * /_______/ynamic    \____/niversal  /__\  /____\usic   /|  .  . ibliotheque
 *                                                      /  \
 *                                                     / .  \
 * in_duh.h - Winamp plug-in header file.             / / \  \
 *                                                   | <  /   \_
 * By Bob.                                           |  \/ /\   /
 *                                                    \_  /  > /
 *                                                      | \ / /
 *                                                      |  ' /
 *                                                       \__/
 */

#include <windows.h>
//#include <mmreg.h>
//#include <msacm.h>
#include <math.h>

#include "in2.h"

#include "../include/dumb.h"


/******************
 * Plug in config */

#define VERSION "0.1"


#define STREAM_SIZE 576
#define STREAM_FREQ 44100


extern In_Module mod;