changeset 177:729645a0e0ce

Comment
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 12 Oct 2016 12:52:14 +0100
parents fcfd51f42662
children ffe01c8286c4 0c7b6db47bb9 abb0a2b6144c
files capnp/piper.capnp
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/capnp/piper.capnp	Tue Oct 11 10:51:21 2016 +0100
+++ b/capnp/piper.capnp	Wed Oct 12 12:52:14 2016 +0100
@@ -184,7 +184,11 @@
 	load           @4  :LoadRequest;
 	configure      @5  :ConfigurationRequest;
 	process        @6  :ProcessRequest;
-	finish         @7  :FinishRequest;     # getRemainingFeatures and unload
+	finish         @7  :FinishRequest;
+        # finish gets any remaining calculated features and unloads
+        # the feature extractor. Note that you can call finish at any
+        # time -- even if you haven't configured or used the extractor,
+        # it will unload any resources used and abandon the handle.
     }
 }