Mercurial > hg > piper
diff capnp/piper.capnp @ 84:2ca3f7587550
Comment
author | Chris Cannam |
---|---|
date | Wed, 12 Oct 2016 12:52:14 +0100 |
parents | bd1fe6e1abe3 |
children | e8d6e39faaec |
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. } }