comparison projects/filter_FIR/main.cpp @ 9:323a4eb9b7c0

_fixed file path in filter examples
author Victor Zappi <victor.zappi@qmul.ac.uk>
date Tue, 11 Nov 2014 15:35:18 +0000
parents 09f03ac40fcc
children 901d205d1a3c
comparison
equal deleted inserted replaced
8:08246efd51da 9:323a4eb9b7c0
126 exit(1); 126 exit(1);
127 } 127 }
128 } 128 }
129 129
130 if(fileName.empty()){ 130 if(fileName.empty()){
131 fileName = "longsample.wav"; 131 fileName = "filter/longsample.wav";
132 } 132 }
133 133
134 if(settings.verbose) { 134 if(settings.verbose) {
135 cout << "Loading file " << fileName << endl; 135 cout << "Loading file " << fileName << endl;
136 } 136 }