Search found 6 matches

by latour
Thu May 25, 2023 4:45 pm
Forum: General
Topic: Flowstone 4 alpha (FS4)
Replies: 110
Views: 3128378

Re: Flowstone 4 alpha (FS4)

Hi Spogg, is it possible to have an invite to the discord please? Thank.
by latour
Thu May 25, 2023 4:42 pm
Forum: DSP
Topic: Band splitter with ideal phase response and no latency ??
Replies: 16
Views: 175168

Re: Band splitter with ideal phase response and no latency ?

It now works perfectly. Thank you Martin.
by latour
Mon May 22, 2023 9:41 am
Forum: DSP
Topic: Band splitter with ideal phase response and no latency ??
Replies: 16
Views: 175168

Re: Band splitter with ideal phase response (and some latenc

Just for completeness I am posting a five-band splitter with linear phase for each band (and any combination thereof). It does have some (unavoidable) latency in order to make the filters causal. Slope is 24dB/octave, CPU load is not bad.

Have fun!
Hi Martin, this is a great module, but it only ...
by latour
Sat Aug 22, 2015 6:22 pm
Forum: General
Topic: Float to Array in Ruby
Replies: 7
Views: 18488

Re: Float to Array in Ruby

However as soon as you connect it to a readout (display/text) that cycles through every single item, you can wait for minutes.
The only factors that slow it down are the display used to show the data and the writing to disk, if you do so.
I don't use display for all data, no writing to disk, but ...
by latour
Fri Aug 21, 2015 11:05 pm
Forum: General
Topic: Float to Array in Ruby
Replies: 7
Views: 18488

Re: Float to Array in Ruby

Hi tulamide , thank for your reply. My application is to log SPL over long time and make statistics like average in real time (or near real time so what is call SPL Leq). It works like I want, but over a long period, display slow down. For limitation of array, I make reference to this post: http ...
by latour
Fri Aug 21, 2015 5:56 am
Forum: General
Topic: Float to Array in Ruby
Replies: 7
Views: 18488

Float to Array in Ruby

Hi all, this is my first post. I've discover Flowstone last year and i love it. I would like to thank all people on this forum sharing their knowledge.

I have found a lot of solutions here, but there's one i can't resolve: I use the "Float Array" module, works ok, but when there's a lot of data ...