Mercurial > hg > beaglert
comparison projects/filter_FIR/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 |
---|---|
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 } |