SFML community forums

Help => Audio => Topic started by: Umair Amir on March 15, 2017, 03:52:07 am

Title: Echo
Post by: Umair Amir on March 15, 2017, 03:52:07 am
How can we add echo effect in sound?
Title: Echo
Post by: eXpl0it3r on March 15, 2017, 10:13:15 am
Play the same sound at a lower volume and with a small delay.
Title: Re: Echo
Post by: FRex on March 15, 2017, 05:05:52 pm
There are echo and/or reverb effects in some OpenAL extensions or something (and other APIs too), but SFML doesn't expose these kinds of extensions and effects at all. I know IrrKlang has an (optional) interface for effects but I don't know in which drivers it works and how well it does when it's there.