A downloadable asset pack

Download NowName your own price

18/04/23 - Made the asset free due to GM 2023 already having a built in echo way better than this :D


Hello! hello hel..

Currently, GMS2 doesn't have native support for processing audio with effects, and while there are workarounds for this, they aren't easy to come by. One of the most famous and used effects is the echo/delay effect (the one that makes a sound repeat itself slowly fading out).

Well, enter this asset. With this code you can have an echo effect extremely easy, optimized and compatible with all platforms!


Features:

  • Easy to use. Just put audio_play_sound_echo() and done
  • Complete control. Control the delay time, the number of repeats (infinites? done) and decay time (infinite? too!) You can make it play forever if you want!
  • Code fully commented and easy to understand
  • Fully compatible with any device
  • Optimized
  • Actually fun to use. You can make infinite loops and things like that. Go full musical!


How it works?

How? Instead of writing audio_play_sound() like you normally would, just input audio_play_sound_echo(). You'll have to input 3 extra parameters (delay time, repeats and delay) and you are good to go! It creates another object which plays the echo, so you have full control! The code is fully commented, though, so if you want to experiment with the echo code, you can!

Is the effect compatible with X device?

Yes it is! Is just GML coding and workarounds. No DLLs involved, so it should work without trouble on any platform.

Is this optimized?

See for yourself in the demo! And I also included a faster version of the script (audio_play_sound_echo_fast() if needed, which runs 40% faster)

And those visual effects?

Bad internet connection plus free time. Do what you want with those, but they are kinda nice and fully synchronized with the echoes and the fades!


If you want, you can download a demo here!

If you like this asset, please consider following me here

If you have any doubt or want to make a recommendation for this asset (or anything else), feel free to contact me to joaquinmedrano1@gmail.com

-Floyd

Download

Download NowName your own price

Click download now to get access to the following files:

Echo-Delay Audio Effect for GMS.yymp (Drag and drop to GMS2 Project) 268 kB
Audio Effects - Delay DEMO.zip 2 MB

Leave a comment

Log in with itch.io to leave a comment.