Re: [Faudiostream-users] some questions about code efficiency

2016-05-31 Thread Stephen Sinclair
Don't have anything to contribute, but I just wanted to say that this looks like really cool work! Steve On Tue, May 31, 2016 at 1:34 PM, Bart Brouns wrote: > > I'm working on my sliding reduce again. > To recap, it's like reduce, but: > - continuously updated output > -

[Faudiostream-users] some questions about code efficiency

2016-05-31 Thread Bart Brouns
I'm working on my sliding reduce again. To recap, it's like reduce, but: - continuously updated output - it uses just two delay lines and two operators for each doubling of the number of samples you want to apply the operator to. So for calculating the sum of the last 65536 samples, you just