Csound
6.16
|
#include <csound.h>
Public Attributes | |
char * | devName |
int | devNum |
unsigned int | bufSamp_SW |
int | bufSamp_HW |
int | nChannels |
int | sampleFormat |
float | sampleRate |
Real-time audio parameters structure
int csRtAudioParams::bufSamp_HW |
total buffer size (-B) in sample frames
unsigned int csRtAudioParams::bufSamp_SW |
buffer fragment size (-b) in sample frames
char* csRtAudioParams::devName |
device name (NULL/empty: default)
int csRtAudioParams::devNum |
device number (0-1023), 1024: default
int csRtAudioParams::nChannels |
number of channels
int csRtAudioParams::sampleFormat |
sample format (AE_SHORT etc.)
float csRtAudioParams::sampleRate |
sample rate in Hz