Mercurial > hg > beaglert
comparison examples/04-Audio/filter-IIR/main.cpp @ 544:cdabbaf3a252 prerelease
Updated Audio examples for audioOutChannels etc.
author | Robert Jack <robert.h.jack@gmail.com> |
---|---|
date | Fri, 24 Jun 2016 13:32:07 +0100 |
parents | 8fcfbfb32aa0 |
children |
comparison
equal
deleted
inserted
replaced
543:8f8809c77dda | 544:cdabbaf3a252 |
---|---|
149 exit(1); | 149 exit(1); |
150 } | 150 } |
151 } | 151 } |
152 | 152 |
153 if(fileName.empty()){ | 153 if(fileName.empty()){ |
154 fileName = "filter/longsample.wav"; | 154 fileName = "longsample.wav"; |
155 } | 155 } |
156 | 156 |
157 if(settings.verbose) { | 157 if(settings.verbose) { |
158 cout << "Loading file " << fileName << endl; | 158 cout << "Loading file " << fileName << endl; |
159 } | 159 } |