Hi,
>This is a bug in saolc. Thanks for catching it.
OK. Here are some more I found up to now:
- kexpon also has the same line (see last mail):
if (local->done) return local->right;
which should be according to the documentation:
if (local->done) return 0;
- kphasor contains this line:
if (rate == KSIG) local->ph += freq/(sa_real)sa->all->g->srate;
while, according to how it should work and the documentation, it should be:
if (rate == KSIG) local->ph += freq/(sa_real)sa->all->g->krate;
- the implementations of ampdb and dbamp are reversed
Greets, and thanks again for the good documentation!,
Niels Gorisse
Bonnevile
This archive was generated by hypermail 2b29 : Wed May 10 2000 - 12:15:43 EDT