#include "global.h"
#include "RageSoundDriver_ALSA9.h"
#include "RageLog.h"
#include "RageSound.h"
#include "RageSoundManager.h"
#include "RageUtil.h"
#include "ALSA9Dynamic.h"
Functions | |
CString | CheckMixingBlacklist () |
Variables | |
const int | channels = 2 |
const int | samplerate = 44100 |
const int | samples_per_frame = channels |
const int | bytes_per_frame = sizeof(int16_t) * samples_per_frame |
const unsigned | max_writeahead = 1024*8 |
const int | num_chunks = 8 |
const int | chunksize = max_writeahead / num_chunks |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|