Hi Dario,

this motivated me to look at your library again ;)

On 12/18, Alik Rustamoff wrote:
>
> Hi, Dario, I, btw, ended up using blti filter from your edge of chaos
> library. Good collection. No noises just does the job.

Then I think that fi.svf.hp() should work equally well. Can you try it?
See https://github.com/grame-cncm/faustlibraries/blob/master/filters.lib#L2611

And this probably means that Dario was right, and the problem was caused
by quantisation.

Because IIUC in theory (and unless you modulate HPFfreq) these 3 filters

        fi.highpass(2, f)
        fi.svf.hp(f, 1/sqrt(2))
        svf2blti(f, 1/sqrt(2), 1) : ba.selectn(10,1)

should have the same transfer function / impulse response.

Oleg.



_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to