Mercurial > hg > piper-cpp
comparison vamp-server/simple-server.cpp @ 136:1f09f29526bf
Merge
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 16 Nov 2016 16:13:25 +0000 |
parents | 9da826f812cb |
children | b01dac674beb |
comparison
equal
deleted
inserted
replaced
134:3dcf0394971d | 136:1f09f29526bf |
---|---|
65 | 65 |
66 using namespace std; | 66 using namespace std; |
67 using namespace json11; | 67 using namespace json11; |
68 using namespace piper_vamp; | 68 using namespace piper_vamp; |
69 using namespace Vamp; | 69 using namespace Vamp; |
70 | |
71 //!!! This could be faster and lighter: | |
72 // - Use Capnp structures directly rather than converting to vamp-support ones | |
73 // - Use Vamp C API (vamp.h) directly rather than converting to C++ | |
74 //!!! Doing the above for process() and finish() alone would be a good start | |
75 | 70 |
76 static string myname = "piper-vamp-simple-server"; | 71 static string myname = "piper-vamp-simple-server"; |
77 | 72 |
78 static void version() | 73 static void version() |
79 { | 74 { |