comparison projects/filter_IIR/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
132 exit(1); 132 exit(1);
133 } 133 }
134 } 134 }
135 135
136 if(fileName.empty()){ 136 if(fileName.empty()){
137 fileName = "longsample.wav"; 137 fileName = "filter/longsample.wav";
138 } 138 }
139 139
140 if(settings.verbose) { 140 if(settings.verbose) {
141 cout << "Loading file " << fileName << endl; 141 cout << "Loading file " << fileName << endl;
142 } 142 }