diff projects/filter_IIR/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/filter_IIR/main.cpp	Sun Feb 08 00:20:01 2015 +0000
+++ b/projects/filter_IIR/main.cpp	Fri Jul 17 15:28:18 2015 +0100
@@ -12,7 +12,8 @@
 #include <string>
 #include <getopt.h>
 #include <sndfile.h>				// to load audio files
-#include "../../include/RTAudio.h"
+
+#include <BeagleRT.h>
 #include "SampleData.h"
 
 using namespace std;
@@ -92,7 +93,7 @@
 
 int main(int argc, char *argv[])
 {
-	RTAudioSettings settings;	// Standard audio settings
+	BeagleRTInitSettings settings;	// Standard audio settings
 	string fileName;			// Name of the sample to load
 
 	SampleData sampleData;		// User define structure to pass data retrieved from file to render function