Mercurial > hg > piper-cpp
comparison vamp-server/server.cpp @ 102:cd438188e3f9
Fix compiler warnings
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 17 Oct 2016 16:39:36 +0100 |
parents | 427c4c725085 |
children | 491a4bc10a01 |
comparison
equal
deleted
inserted
replaced
101:8c449824e08d | 102:cd438188e3f9 |
---|---|
14 #include <set> | 14 #include <set> |
15 | 15 |
16 using namespace std; | 16 using namespace std; |
17 using namespace piper_vamp; | 17 using namespace piper_vamp; |
18 using namespace Vamp; | 18 using namespace Vamp; |
19 | |
20 //!!! This could be faster and lighter: | |
21 // - Use Capnp structures directly rather than converting to vamp-support ones | |
22 // - Use Vamp C API (vamp.h) directly rather than converting to C++ | |
23 //!!! Doing the above for process() and finish() alone would be a good start | |
19 | 24 |
20 void usage() | 25 void usage() |
21 { | 26 { |
22 string myname = "piper-vamp-server"; | 27 string myname = "piper-vamp-server"; |
23 cerr << "\n" << myname << | 28 cerr << "\n" << myname << |