for example i want to have an echo effect on an audio source which continues (as long as delay and decay lasts) after stopping the clip, or start the clip again. Same thing for reverb and so on.
Is there a way to do this with the native audio effects?
Or is there any library available to do this easily?
this is exactly the class which i mean. i am playing around with the possibilities of looping sounds, but i have more sounds to be synced together, so i have to trigger the Play() method of the AudioSource. And this is where the filter also resets, so that the echo breaks, or the Reverb and so on.
I wonder, if there is way to have a continued effect, also when i retrigger the AudioClip.