Lines 64-70
Link Here
|
64 |
#define BUFMUL 4 |
64 |
#define BUFMUL 4 |
65 |
#define MIXBUFFERSIZE (SAMPLECOUNT*BUFMUL) |
65 |
#define MIXBUFFERSIZE (SAMPLECOUNT*BUFMUL) |
66 |
|
66 |
|
67 |
#define SAMPLERATE 11025 // Hz |
67 |
#define SAMPLERATE 8000 // Hz |
68 |
#define SAMPLESIZE 2 // 16bit |
68 |
#define SAMPLESIZE 2 // 16bit |
69 |
|
69 |
|
70 |
// The actual output device. |
70 |
// The actual output device. |