Mercurial > hg > vamp-plugin-sdk
log src/vamp-hostsdk/PluginBufferingAdapter.cpp @ 415:1522e2f6d700
age | author | description |
---|---|---|
Fri, 04 Sep 2015 13:48:28 +0100 | Chris Cannam | Fix handling of output sample rate in buffering adapter in case where SampleType is Fixed but no sample rate provided (which is invalid behaviour from the plugin, but we might as well do the right thing with it) |
Fri, 12 Sep 2014 16:50:01 +0100 | Chris Cannam | Fix failure to reset timestamp rewriting when reset() called in buffering adapter (symptom: timestamps appear to continue to ascend from end point on second run after reset) |
Thu, 28 Mar 2013 13:40:38 +0000 | Chris Cannam | Use double arithmetic for rate calculations |
Thu, 28 Mar 2013 09:22:46 +0000 | Chris Cannam | Remove unneeded variable |
Wed, 27 Mar 2013 16:50:19 +0000 | Chris Cannam | Fix incorrect handling of FixedSampleRate outputs in PluginBufferingAdapter |
Mon, 21 Sep 2009 09:33:05 +0000 | cannam | * Doc updates, copyright updates, etc., in preparation for 2.1 release |
Thu, 10 Sep 2009 15:21:34 +0000 | cannam | * When calculating timestamps in order to write them into features that |