Mercurial > hg > beaglert
diff projects/basic_passthru/main.cpp @ 67:472e892c6e41
Merge newapi into default
author | Andrew McPherson <a.mcpherson@qmul.ac.uk> |
---|---|
date | Fri, 17 Jul 2015 15:28:18 +0100 |
parents | 3c3a1357657d |
children |
line wrap: on
line diff
--- a/projects/basic_passthru/main.cpp Sun Feb 08 00:20:01 2015 +0000 +++ b/projects/basic_passthru/main.cpp Fri Jul 17 15:28:18 2015 +0100 @@ -10,7 +10,7 @@ #include <libgen.h> #include <signal.h> #include <getopt.h> -#include "../../include/RTAudio.h" +#include <BeagleRT.h> using namespace std; @@ -32,7 +32,7 @@ int main(int argc, char *argv[]) { - RTAudioSettings settings; // Standard audio settings + BeagleRTInitSettings settings; // Standard audio settings struct option customOptions[] = {