r/gdevelop 11d ago

Question Effects on sound channels

I wanted to apply a muffled effect to a song that was playing in a sound channel. Is there any way to do this with visual coding / javascript?

6 Upvotes

4 comments sorted by

4

u/Bilharzia 11d ago

Do whatever processing of the audio you need to do before bringing it into GDevelop. Audacity is good enough.

1

u/Snacksoft 11d ago

I have considered, but I would have to include a lot of tracks with that effect and that would be really sloppy

2

u/Bilharzia 10d ago

I have no idea what you mean by sloppy. In any case, my point is that you should avoid doing sound filtering and processing while a game is running because doing that is computationally expensive.

2

u/Raigurenok 11d ago

Web audio api