diff vamp-server/simple-server.cpp @ 135:9da826f812cb

Have checked this over, and I don't think there is so much benefit to be had simply
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 07 Nov 2016 15:19:29 +0000
parents b37530377d6e
children b01dac674beb
line wrap: on
line diff
--- a/vamp-server/simple-server.cpp	Fri Nov 04 10:43:49 2016 +0000
+++ b/vamp-server/simple-server.cpp	Mon Nov 07 15:19:29 2016 +0000
@@ -68,11 +68,6 @@
 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
-
 static string myname = "piper-vamp-simple-server";
 
 static void version()