mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 11:51:09 +08:00
more
This commit is contained in:
parent
1b9f2d49b3
commit
8a559a76e1
@ -11,6 +11,7 @@
|
|||||||
//#include "beep.h"
|
//#include "beep.h"
|
||||||
#include "getsnd.h"
|
#include "getsnd.h"
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
|
||||||
SOUNDCFG soundcfg;
|
SOUNDCFG soundcfg;
|
||||||
|
|
||||||
@ -37,7 +38,6 @@ typedef struct {
|
|||||||
|
|
||||||
static SNDSTREAM sndstream;
|
static SNDSTREAM sndstream;
|
||||||
|
|
||||||
#if 0
|
|
||||||
static void streamreset(void) {
|
static void streamreset(void) {
|
||||||
|
|
||||||
SNDCSEC_ENTER;
|
SNDCSEC_ENTER;
|
||||||
@ -64,10 +64,7 @@ static void streamprepare(UINT samples) {
|
|||||||
sndstream.remain -= count;
|
sndstream.remain -= count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(SUPPORT_WAVEREC)
|
|
||||||
// ---- wave rec
|
// ---- wave rec
|
||||||
|
|
||||||
BOOL sound_recstart(const OEMCHAR *filename) {
|
BOOL sound_recstart(const OEMCHAR *filename) {
|
||||||
@ -164,12 +161,7 @@ static void filltailsample(UINT count) {
|
|||||||
} while(--count);
|
} while(--count);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
// ----
|
|
||||||
|
|
||||||
#if 0
|
|
||||||
BOOL sound_create(UINT rate, UINT ms) {
|
BOOL sound_create(UINT rate, UINT ms) {
|
||||||
|
|
||||||
UINT samples;
|
UINT samples;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user