What audio object you mean? I only found the envelope effect, but I don't really understand how would I use it in this situation. It looks to me, that that effect is only for a synth sound playbacks.
Yes, your solution is right! I did tried to get at least feedback delay working and I realized, that when calling it only at the start it works, but changing it every loop() execute causes glitching. Calling the .voices() or .delay() only when...
Possibly because you're calling flange1.voices(offset, depth, delayRate); every time loop() executes? I looked at the code and I think it resets the flanger whenever you call it... try only calling .voices() when the control actually changes by a...
Hello, im very new to Teensy Audio projects. Im overall pretty new to any Arduino projects. But i wanna have my guitar line-in runnig through Teensy 4.1 with Audio Shield. I have already managed to get Freeverb and Bitcrusher working. It's...