Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

RageSoundDriver_ALSA9.cpp File Reference

#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

Function Documentation

CString CheckMixingBlacklist  )  [static]
 


Variable Documentation

const int bytes_per_frame = sizeof(int16_t) * samples_per_frame
 

const int channels = 2
 

const int chunksize = max_writeahead / num_chunks
 

const unsigned max_writeahead = 1024*8
 

const int num_chunks = 8
 

const int samplerate = 44100
 

const int samples_per_frame = channels
 


Generated on Thu Jan 27 20:57:55 2005 for StepMania by doxygen 1.3.7