We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am trying to load a single mono audio file which I could then convert into a stereo file with different convolvers applied to each channel. For testing purposes just to hear if the effects I apply are right, I loaded the mono file twice as two AudioPlayers, then added the effects and hard-panned them. This, of course, is a bit of a silly way of doing it and it does every now and then play not in exact sync.
Since addEffect is also deprecated, how would I go about doing this?