[Faudiostream-users] WaveShaping using multiple functions

2020-11-22 Thread yoann.le.bor...@gmail.com
Hi! I'm currently trying to create a waveshaper using different functions according to its input signal and I'm stuck at what would be the best approach doing so using Faust. Here is the concept: If the signal is x=s(t), the waveshaper is F(x) where: F(x) = log10(x)+1 when x > e/10 F(x) = 1

Re: [Faudiostream-users] WaveShaping using multiple functions

2020-11-23 Thread yoann.le.bor...@gmail.com
ignal(x) process = f Hope this works for you! Flo Unfortunately, this does not work as whatever the signal is, there is always an attemp to compute log(0) which set the DSP out of order (at least in FaustIDE). Hi James! Le 22/11/2020 à 13:04, James Mckernon a écrit : On 11/22/20,yoann.le.

Re: [Faudiostream-users] DIstortion, Clipping, Bitcrushing and other Distortion-Types

2020-12-06 Thread yoann.le.bor...@gmail.com
Hi! I'm currently playing around distortions and been greatly inspired by the work of Jatin Chowdhury on nonlinearities. He also explains the concept of antiderivative anti-aliasing

Re: [Faudiostream-users] Testing wget https://faustservice.inria.fr

2025-04-09 Thread yoann.le.bor...@gmail.com
Hi! Maybe, for those who fail the wget test, a better output may be obtained using use curl in verbose mode as it would display the certificate used as well as other informations like protocol used for handshake: Here it is for me: curl -v https://faustservice.inria.fr *   Trying 194.199.24.6