Hi Everyone,
I'm currently using Ess library to process my audio.
Althought, I can apply reverb(just like the examples from Ess) easily
to my program code, I can't remove the effect.
How can I remove the effect without stopping my audio track?
I have tried using:-
myReverb.filter(myChannel, 0); // setting 0 for dry signal
myReverb.updateReverbModel();
myReverb.updateReverbModel();
But was not successful. Can anyone please advise?
Thanks a lot!
sand
2