#include "global.h"
#include "RageSoundDriver_DSound_Software.h"
#include "DSoundHelpers.h"
#include "RageTimer.h"
#include "RageLog.h"
#include "RageSound.h"
#include "RageUtil.h"
#include "RageSoundManager.h"
#include "PrefsManager.h"
Functions | |
int | chunksize () |
Variables | |
const int | channels = 2 |
const int | bytes_per_frame = channels*2 |
const int | samplerate = 44100 |
const int | safe_writeahead = 1024*4 |
int | max_writeahead |
const int | num_chunks = 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|