Mercurial > hg > may
changeset 570:f9e557d6ac2f
Comment only
author | Chris Cannam |
---|---|
date | Tue, 13 May 2014 18:50:27 +0100 |
parents | b218e2362246 |
children | f0da2404108c |
files | src/may/stream/convolve.yeti |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/may/stream/convolve.yeti Tue May 13 16:42:07 2014 +0100 +++ b/src/may/stream/convolve.yeti Tue May 13 18:50:27 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;