{{newin|[[11.0]]|110|type=function}}
Gets a list of the names of the currently enabled effects.

== Function ==
=== Synopsis ===
<source lang="lua">
effects = love.audio.getActiveEffects()
</source>
=== Arguments ===
None.
=== Returns ===
{{param|table|effects|The list of the names of the currently enabled effects.}}

== See Also ==
* [[parent::love.audio]]
* [[love.audio.setEffect]]

[[Category:Functions]]
{{#set:Description=Gets a list of the names of the currently enabled effects.}}

== Other Languages ==
{{i18n|love.audio.getActiveEffects}}