Effects
If you want to change your sound and/or music file in a special way before output, then you can use effects. With effects, you are able to change the playing behaviour on every channel. There are already two built-in effects in the EiffelMedia Audio Library:
-
EM_ECHO_EFFECT,
which adds an echo effect to the sound. -
EM_PHASING_EFFECT,
where a copy of the original signal is inverted and time-delayed, before being added to the original signal.
Notes
Effects are very CPU intensive. They may boost your CPU when working with them. So do not use effects when having a lot of other things to do (like drawing widgets);