Re: Math Stereo Reverb and Filter (Ruby)
Posted: Sun May 19, 2024 9:10 pm
I could not catch that unprocessed step, but found that filter is very noisy due to some incorrect logic. And the correct one still to come later when I have some free time.. So I commented out one line which disabled filter. Now sine wave sounds pure as it should be.Tepeix wrote:Here it is.
I tried other number and also "@insnd.size" but is what not better
Although as I read from Google, Low pas filter has a pretty straight forward algorithm, just averaging nearest samples - it will remove fast changing samples, which are higher frequencies.