Csound  6.16
Public Attributes | List of all members
csRtAudioParams Struct Reference

#include <csound.h>

Public Attributes

char * devName
 
int devNum
 
unsigned int bufSamp_SW
 
int bufSamp_HW
 
int nChannels
 
int sampleFormat
 
float sampleRate
 

Detailed Description

Real-time audio parameters structure

Member Data Documentation

◆ bufSamp_HW

int csRtAudioParams::bufSamp_HW

total buffer size (-B) in sample frames

◆ bufSamp_SW

unsigned int csRtAudioParams::bufSamp_SW

buffer fragment size (-b) in sample frames

◆ devName

char* csRtAudioParams::devName

device name (NULL/empty: default)

◆ devNum

int csRtAudioParams::devNum

device number (0-1023), 1024: default

◆ nChannels

int csRtAudioParams::nChannels

number of channels

◆ sampleFormat

int csRtAudioParams::sampleFormat

sample format (AE_SHORT etc.)

◆ sampleRate

float csRtAudioParams::sampleRate

sample rate in Hz


The documentation for this struct was generated from the following file: