Again, real quick: Am Montag, 17. Juli 2017, 15:46:00 CEST schrieb Yassin Philip: > Sorry, I meant reduce; I found amp_follower_ud (in analysers.lib) but > I'm stuck on "reduce" what is it?
FAUST operates on a sample-by-sample basis, which is useful for low-latency real-time signal processing. What reduce() is for is computing values over multiple samples. It is effectively a helper function used to implement mean(), max(), etc.. HTH -- Marc Joliet -- "People who think they know everything really annoy those of us who know we don't" - Bjarne Stroustrup
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Faudiostream-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/faudiostream-users
