diff 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
line wrap: on
line diff
--- a/vamp-server/server.cpp	Fri Oct 14 16:22:32 2016 +0100
+++ b/vamp-server/server.cpp	Mon Oct 17 16:39:36 2016 +0100
@@ -17,6 +17,11 @@
 using namespace piper_vamp;
 using namespace Vamp;
 
+//!!! This could be faster and lighter:
+//  - Use Capnp structures directly rather than converting to vamp-support ones
+//  - Use Vamp C API (vamp.h) directly rather than converting to C++
+//!!! Doing the above for process() and finish() alone would be a good start
+
 void usage()
 {
     string myname = "piper-vamp-server";