Mercurial > hg > beaglert
comparison examples/04-Audio/samples/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 |
---|---|
143 exit(1); | 143 exit(1); |
144 } | 144 } |
145 } | 145 } |
146 | 146 |
147 if(fileName.empty()){ | 147 if(fileName.empty()){ |
148 fileName = "samples/sample.wav"; | 148 fileName = "sample.wav"; |
149 } | 149 } |
150 | 150 |
151 if(settings.verbose) { | 151 if(settings.verbose) { |
152 cout << "Loading file " << fileName << endl; | 152 cout << "Loading file " << fileName << endl; |
153 } | 153 } |