Mercurial > hg > beaglert
diff projects/filter_IIR/main.cpp @ 108:3068421c0737 ultra-staging
Merged default into ultra-staging
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Tue, 18 Aug 2015 00:35:15 +0100 |
parents | 3c3a1357657d |
children |
line wrap: on
line diff
--- a/projects/filter_IIR/main.cpp Mon Jun 08 01:07:48 2015 +0100 +++ b/projects/filter_IIR/main.cpp Tue Aug 18 00:35:15 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