changeset 84:2ca3f7587550

Comment
author Chris Cannam
date Wed, 12 Oct 2016 12:52:14 +0100
parents 9c94e0fedda8
children e8d6e39faaec 1f4ed70d8f1e 7913455c77da
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.
     }
 }