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

RageSoundDriver_ALSA9_Software.cpp File Reference

#include "global.h"
#include "RageSoundDriver_ALSA9_Software.h"
#include "RageLog.h"
#include "RageSound.h"
#include "RageSoundManager.h"
#include "RageUtil.h"
#include "RageTimer.h"
#include "ALSA9Dynamic.h"
#include "PrefsManager.h"
#include "archutils/Unix/GetSysInfo.h"
#include <sys/time.h>
#include <sys/resource.h>

Variables

const int channels = 2
int samplerate = 44100
const int samples_per_frame = channels
const int bytes_per_frame = sizeof(int16_t) * samples_per_frame
const unsigned max_writeahead_linux_26 = 512
const unsigned safe_writeahead = 1024*4
unsigned max_writeahead
const int num_chunks = 8

Variable Documentation

const int bytes_per_frame = sizeof(int16_t) * samples_per_frame [static]
 

const int channels = 2 [static]
 

unsigned max_writeahead [static]
 

const unsigned max_writeahead_linux_26 = 512 [static]
 

const int num_chunks = 8
 

const unsigned safe_writeahead = 1024*4 [static]
 

int samplerate = 44100
 

const int samples_per_frame = channels [static]
 


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