comparison core/RTAudioCommandLine.cpp @ 47:643cbee74eda newapi

First draft of Doxygen documentation
author andrewm
date Thu, 28 May 2015 17:06:03 -0400
parents 579c86316008
children be427da6fb9c
comparison
equal deleted inserted replaced
46:eac5d8f40b48 47:643cbee74eda
12 #include "../include/BeagleRT.h" 12 #include "../include/BeagleRT.h"
13 13
14 #ifndef OPT_PRU_FILE 14 #ifndef OPT_PRU_FILE
15 #define OPT_PRU_FILE 176 // this is an extended ASCII code 15 #define OPT_PRU_FILE 176 // this is an extended ASCII code
16 #endif 16 #endif
17
18 enum {
19 kAmplifierMutePin = 61 // P8-26 controls amplifier mute
20 };
17 21
18 // Default command-line options for RTAudio 22 // Default command-line options for RTAudio
19 struct option gDefaultLongOptions[] = 23 struct option gDefaultLongOptions[] =
20 { 24 {
21 {"period", 1, NULL, 'p'}, 25 {"period", 1, NULL, 'p'},