Page 1 of 2

LÖVE Audio Effects Playground

Posted: Thu Aug 18, 2022 5:57 pm
by ReFreezed
I wasn't sure whether to put this in Games and Creations or Libraries and Tools as it's a bit of both. Anyway...

Were you ever confused about the audio effects feature in LÖVE? Well, worry no more! LÖVE Audio Effects Playground is a toy for playing around with the different parameters for the effects and filters available in LÖVE. It can load any sound file, and export the resulting Lua code for the active effects for easy pasting into your game.

Relevant API: love.audio.setEffect, Source:setEffect, Source:setFilter, EffectType

Download!
(The universal version has a .love file.)

Image

Re: LÖVE Audio Effects Playground

Posted: Thu Aug 18, 2022 6:49 pm
by darkfrei
Why the .love is in the .zip?

Re: LÖVE Audio Effects Playground

Posted: Thu Aug 18, 2022 8:01 pm
by ReFreezed
It was easier to publish it that way. Also, I might add a readme file or whatever next to the .love file at some point. So, foresight is the answer. :)

Re: LÖVE Audio Effects Playground

Posted: Thu Aug 18, 2022 8:44 pm
by Gunroar:Cannon()
Wow, the UI is really clean and cool.

Re: LÖVE Audio Effects Playground

Posted: Thu Aug 18, 2022 9:34 pm
by togFox
Exporting to Love is a really neat idea.

Now if you can spend 3 months doing something similar for shaders then I might ask you to marry me. :)

Re: LÖVE Audio Effects Playground

Posted: Thu Aug 18, 2022 11:02 pm
by ReFreezed
togFox wrote: Thu Aug 18, 2022 9:34 pm Now if you can spend 3 months doing something similar for shaders then I might ask you to marry me. :)
LÖVE Shaders Playground? I'll have to think about that one. :D

Re: LÖVE Audio Effects Playground

Posted: Thu Aug 18, 2022 11:28 pm
by BrotSagtMist
Wow, that could be extremely useful.
I like that its generating the code for the give effects.

Re: LÖVE Audio Effects Playground

Posted: Fri Aug 19, 2022 9:26 pm
by knorke
I like that there is a fish who makes lovely bubbles.
Seriously, this is a very useful tool that will save lots of trial & error!

Re: LÖVE Audio Effects Playground

Posted: Mon Aug 29, 2022 8:51 pm
by ReFreezed
Update 1.1

Released a small update adding the "other" side, showing more of the internals.

Image

Re: LÖVE Audio Effects Playground

Posted: Mon Aug 29, 2022 9:27 pm
by togFox
That's pretty cool. The OCD in me wants to plug them all up randomly. :)