#include "global.h"
#include "RageSoundDriver_DSound.h"
#include "DSoundHelpers.h"
#include "RageSoundManager.h"
#include "RageException.h"
#include "RageUtil.h"
#include "RageSound.h"
#include "RageLog.h"
Variables | |
const int | channels = 2 |
const int | bytes_per_frame = 2 * channels |
const int | samplerate = 44100 |
const int | buffersize = 1024*8 |
const int | num_chunks = 8 |
const int | chunksize = buffersize / num_chunks |
|
|
|
|
|
|
|
|
|
|
|
|