Re: [Faudiostream-users] noise from fi.highpass

2020-12-18 Thread Alik Rustamoff
Today I tested all three. With last two svf filters I don't see any difference (I use ardour's built in plugin analyser), no noise. The noisy fi.highpass (the first one) becomes closer to them as cutoff freq goes higher, but still has different phase characteristics in lowest part of it's

Re: [Faudiostream-users] noise from fi.highpass

2020-12-18 Thread Oleg Nesterov
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?

Re: [Faudiostream-users] Embed faust preview in a webpage

2020-12-18 Thread francesco mulassano
Thank you Stéphane I will read your links F. Il giorno ven 18 dic 2020 alle ore 09:05 Stéphane Letz ha scritto: > Hi Francesco, > > Faust DSP code can be compiled and embedded in Web pages, basically either > using the « static » model (precompiling the DSP code to WebAssembly + > JavasCript

Re: [Faudiostream-users] noise from fi.highpass

2020-12-18 Thread Alik Rustamoff
Hi, Dario, I, btw, ended up using blti filter from your edge of chaos library. Good collection. No noises just does the job. About precision, I use default settings by running faust2lv2 script (I guess that runs with single precision) пт, 18 дек. 2020 г., 14:26 Dario Sanfilippo : > Hi, Alik. >

Re: [Faudiostream-users] noise from fi.highpass

2020-12-18 Thread Dario Sanfilippo
Hi, Alik. Other people will be able to give you a more exhaustive answer but it might be caused by quantisation of the coefficients making the filter a bit unstable. Are you working in double precision? Even in single precision, the biquad filter

Re: [Faudiostream-users] Multi-platform mobile dev with Faust

2020-12-18 Thread Ron Herrema
Yes, I did mean AudioKit! And thanks for the clarifications on its relationship to Faust. Best Ron On Fri, 18 Dec 2020 at 10:34, Stéphane Letz wrote: > I guess you mean AudioKit right ? (https://audiokit.io) > > Faust is a tool mainly to be used for the DSP part, and I understand > AudioKit

Re: [Faudiostream-users] Multi-platform mobile dev with Faust

2020-12-18 Thread Stéphane Letz
I guess you mean AudioKit right ? (https://audiokit.io) Faust is a tool mainly to be used for the DSP part, and I understand AudioKit is more a framework. Note that Faust DSP are part of AudioKit in the soundpipe component: https://github.com/AudioKit/AudioKit/tree/v5-main/Sources/soundpipe

Re: [Faudiostream-users] Multi-platform mobile dev with Faust

2020-12-18 Thread Ron Herrema
Hi Julius Thanks for the tips. I guess a follow-up question is, on the iOS side, why I would choose Faust over AuioKit. I presume mainly to provide for more bespoke designs, but the cleanness of the Swift syntax is appealing, and our initial tests with it went well. Best Ron Ron Herrema, PhD

Re: [Faudiostream-users] Embed faust preview in a webpage

2020-12-18 Thread Stéphane Letz
Hi Francesco, Faust DSP code can be compiled and embedded in Web pages, basically either using the « static » model (precompiling the DSP code to WebAssembly + JavasCript code) or embedding the Faust compiler itself (using web libfaust library compiled for the Web). See more informations