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

RageSoundDriver_WaveOut.cpp File Reference

#include "global.h"
#include "RageSoundDriver_WaveOut.h"
#include "RageTimer.h"
#include "RageLog.h"
#include "RageSound.h"
#include "RageUtil.h"
#include "RageSoundManager.h"

Functions

CString wo_ssprintf (MMRESULT err, const char *fmt,...)

Variables

const int channels = 2
const int bytes_per_frame = channels*2
const int samplerate = 44100
const int buffersize_frames = 1024*8
const int buffersize = buffersize_frames * bytes_per_frame
const int num_chunks = 8
const int chunksize_frames = buffersize_frames / num_chunks
const int chunksize = buffersize / num_chunks

Function Documentation

CString wo_ssprintf MMRESULT  err,
const char *  fmt,
  ...
[static]
 


Variable Documentation

const int buffersize = buffersize_frames * bytes_per_frame
 

const int buffersize_frames = 1024*8
 

const int bytes_per_frame = channels*2
 

const int channels = 2
 

const int chunksize = buffersize / num_chunks
 

const int chunksize_frames = buffersize_frames / num_chunks
 

const int num_chunks = 8
 

const int samplerate = 44100
 


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