Comments and debug output only
Add an explicit mechanism to call finish (if we aren't reading to the end)
Provide a friendlier representation with times converted
Correct comment
Cepstral stream only needs magnitude as input, so make that explicit
Fix test
Correct summariser rate by using a blockstream rate helper
Add blocksize alteration to maps
Fix derivative which wasn't working correctly; add silence threshold
Comment
This seems conceptually simpler (I happened to be writing this elsewhere so thought I'd make it match)
Introduce PullResampler to make the callback-driven resample logic available to code other than direct users of ResamplingStatefulStreamFn
Doc note on "wrap"
Fixes and tests for start padding block stream
Add StartPaddedBlockStreamFn, which can be seekable with caveats
Size logging
Back out the seekable support in BlockStreamFromStatelessFn introduced in rev d4153d7fca78. It isn't tested, we didn't end up using it, and I never convinced myself the idea was even correct. If we really need it later, take another look at it then.
Merge from branch thunk-seek-test
Fix state when seeking 1-1 resampler stream
Tests & fixes for seeking in PairConcatenatingStatefulStreamFn (and hence PaddedStatefulStreamFn)