Mercurial > hg > constant-q-cpp
log
age | author | description |
---|---|---|
Thu, 28 Nov 2013 11:19:55 +0000 | Chris Cannam | Further latency adjustment |
Thu, 28 Nov 2013 11:00:33 +0000 | Chris Cannam | Remove debug out |
Thu, 28 Nov 2013 10:58:02 +0000 | Chris Cannam | We shouldn't need to compensate for max(latency)+max(drop) but for max(latency+drop); also the padding can be rounded to hop rather than fft size I think? |
Thu, 28 Nov 2013 10:24:57 +0000 | Chris Cannam | Towards handling the hop alignment (which in the MATLAB is handled on output) at the input end |
Wed, 27 Nov 2013 14:14:10 +0000 | Chris Cannam | concat (map ... ) -> concatMap |
Fri, 22 Nov 2013 17:56:20 +0000 | Chris Cannam | Make additional latency at start a multiple of the big blocksize |
Fri, 22 Nov 2013 14:47:41 +0000 | Chris Cannam | Start to address some padding and latency issues |
Thu, 21 Nov 2013 17:04:19 +0000 | Chris Cannam | Some work on alignment |