Mercurial > hg > beaglert
comparison projects/filter_IIR/main.cpp @ 11:517715b23df0
merge
author | andrewm |
---|---|
date | Thu, 13 Nov 2014 16:02:59 +0100 |
parents | 323a4eb9b7c0 |
children | 901d205d1a3c |
comparison
equal
deleted
inserted
replaced
10:49f22e1246b2 | 11:517715b23df0 |
---|---|
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 } |