#include "global.h"
#include "RageSoundDriver_Generic_Software.h"
#include "RageLog.h"
#include "RageSound.h"
#include "RageUtil.h"
#include "RageSoundManager.h"
#include "RageSoundMixBuffer.h"
Functions | |
int | chunksize () |
Variables | |
const int | channels = 2 |
const int | bytes_per_frame = channels*2 |
const int | min_fill_frames = 1024*4 |
int | frames_to_buffer |
int | min_streaming_buffer_size = 1024*32 |
int | underruns = 0 logged_underruns = 0 |
int | g_TotalAhead = 0 |
int | g_TotalAheadCount = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|