Mercurial > hg > may
changeset 576:f0da2404108c
Merge
author | Chris Cannam |
---|---|
date | Tue, 20 May 2014 13:39:22 +0100 |
parents | af8ecd7866cd (current diff) f9e557d6ac2f (diff) |
children | 514299fc8751 |
files | |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/may/stream/convolve.yeti Tue May 20 13:36:40 2014 +0100 +++ b/src/may/stream/convolve.yeti Tue May 20 13:39:22 2014 +0100 @@ -68,6 +68,10 @@ mat.fromRows (map inverseTransform (splitInto (framesize+1) fr)) done cframes; + //!!! streamed returns availability Unknown, always until the + // list is actually empty. But if we were passed an infinite + // stream, we'd like to preserve that, and if the stream + // length is known, then our length is known too... fr.streamed s.sampleRate (framesize * 2) [ Window win.boxcar, Hop framesize ] rframes;