You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
387 B
13 lines
387 B
#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
|
|
|
|
|