Mercurial > hg > beaglert
diff include/RTAudio.h @ 12:a6beeba3a648
Initial support for higher matrix sample rates by reducing the number of channels. Input not tested yet, and not all examples updated to new format.
author | andrewm |
---|---|
date | Thu, 22 Jan 2015 19:00:22 +0000 |
parents | 09f03ac40fcc |
children | 670be80463a3 |
line wrap: on
line diff
--- a/include/RTAudio.h Thu Nov 13 16:02:59 2014 +0100 +++ b/include/RTAudio.h Thu Jan 22 19:00:22 2015 +0000 @@ -43,7 +43,8 @@ float dacLevel; // Level for the audio DAC output float adcLevel; // Level for the audio ADC input float headphoneLevel; // Level for the headphone output - int useMatrix; // Whether to enable the ADC and DAC + int useMatrix; // Whether to use the matrix + int numMatrixChannels; // How many channels for the ADC and DAC int verbose; // Whether to use verbose logging // These items are hardware-dependent and should only be changed