|
|
#include "MPEGring.h" | #include "MPEGring.h" |
#endif | #endif |
| |
|
void Play_MPEGaudioSDL(void *udata, Uint8 *stream, int len); |
|
#ifdef THREADED_AUDIO |
|
int Decode_MPEGaudio(void *udata); |
|
#endif |
|
|
class MPEGstream; | class MPEGstream; |
| |
/* MPEG/WAVE Sound library | /* MPEG/WAVE Sound library |
|
|
(C) 1997 by Woo-jae Jung */ | (C) 1997 by Woo-jae Jung */ |
|
|
/**************************/ | /**************************/ |
/* Define values for MPEG */ | /* Define values for MPEG */ |
/**************************/ | /**************************/ |
|
|
| |
/* A class based on the MPEG stream class, used to parse and play audio */ | /* A class based on the MPEG stream class, used to parse and play audio */ |
| |
|
using namespace std; |
|
|
#include "MPEGaudio.h" | #include "MPEGaudio.h" |
#include "MPEGstream.h" | #include "MPEGstream.h" |