diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-01-12 14:13:41 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-01-12 14:13:41 +0100 |
commit | 6bc561126d8c847fdd2d69f57d7f4c85b3bb08a9 (patch) | |
tree | ed3c197d23df8961097028d62e965517ff65123d /applause.c | |
parent | bf0e47f99f0ede6cbfb30c1f7aafdd2f1eca8683 (diff) | |
download | applause2-6bc561126d8c847fdd2d69f57d7f4c85b3bb08a9.tar.gz |
added Stream:foreach(), Stream:pipe() and Stream:gnuplot() methods
* Stream:foreach() is also useful on the command line.
It is used to apply a function to all samples of a stream
as fast as possible. Some existing methods have been simplified using foreach()
* an alternative to foreach() would be to use Streams exclusively to
introduce side-effects into sample processing and provide a simple method
like sink() to fetch all samples as fast as possible.
Other methods like save() could then be simple wrappers
Diffstat (limited to 'applause.c')
0 files changed, 0 insertions, 0 deletions