Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Echo  (Read 1880 times)

0 Members and 1 Guest are viewing this topic.

Umair Amir

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Echo
« on: March 15, 2017, 03:52:07 am »
How can we add echo effect in sound?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Echo
« Reply #1 on: March 15, 2017, 10:13:15 am »
Play the same sound at a lower volume and with a small delay.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
Re: Echo
« Reply #2 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.
Back to C++ gamedev with SFML in May 2023

 

anything