changeset 136:1f09f29526bf

Merge
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 16 Nov 2016 16:13:25 +0000
parents 3dcf0394971d (current diff) 9da826f812cb (diff)
children 1902e6db5b61
files
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/vamp-server/simple-server.cpp	Wed Nov 16 16:12:42 2016 +0000
+++ b/vamp-server/simple-server.cpp	Wed Nov 16 16:13:25 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()