#include "global.h"
#include "RageSound.h"
#include "RageSoundManager.h"
#include "RageUtil.h"
#include "RageLog.h"
#include "RageException.h"
#include "PrefsManager.h"
#include "arch/ArchHooks/ArchHooks.h"
#include "RageSoundUtil.h"
#include "RageSoundReader_Preload.h"
#include "RageSoundReader_Resample.h"
#include "RageSoundReader_FileReader.h"
Classes | |
class | RageSoundReader_Silence |
Defines | |
#define | samplerate() Sample->GetSampleRate() |
Variables | |
const int | channels = 2 |
const int | framesize = 2 * channels |
const int | internal_buffer_size = 1024*1 |
const unsigned | read_block_size = 1024 |
|
|
|
|
|
|
|
|
|
|