14 lines
387 B
C
14 lines
387 B
C
#include <windows.h>
|
|
#include <stdio.h>
|
|
#include <mmsystem.h>
|
|
#include <dsound.h>
|
|
#include "npxstres.h"
|
|
#include "fpexception.h"
|
|
#include "kmode.h"
|
|
|
|
//#define WAVE_FORMAT_PCM 0x0001 /* Microsoft Corporation */
|
|
#define WAVE_FORMAT_ALAW 0x0006 /* Microsoft Corporation */
|
|
#define WAVE_FORMAT_ADPCM 0x0002
|
|
|
|
|