#include "global.h"
#include "RageSoundDriver_WaveOut.h"
#include "RageTimer.h"
#include "RageLog.h"
#include "RageSound.h"
#include "RageUtil.h"
#include "RageSoundManager.h"
Functions | |
CString | wo_ssprintf (MMRESULT err, const char *fmt,...) |
Variables | |
const int | channels = 2 |
const int | bytes_per_frame = channels*2 |
const int | samplerate = 44100 |
const int | buffersize_frames = 1024*8 |
const int | buffersize = buffersize_frames * bytes_per_frame |
const int | num_chunks = 8 |
const int | chunksize_frames = buffersize_frames / num_chunks |
const int | chunksize = buffersize / num_chunks |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|