{{newin|[[11.0]]|110|type=function}}
Gets whether audio effects are supported in the system.

== Function ==
=== Synopsis ===
<source lang="lua">
supported = love.audio.isEffectsSupported( )
</source>
=== Arguments ===
None.

=== Returns ===
{{param|boolean|supported|True if effects are supported, false otherwise.}}

== Notes ==
Older Linux distributions that ship with older OpenAL library may not support audio effects. Furthermore, iOS doesn't
support audio effects at all.

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

[[Category:Functions]]
{{#set:Description=Gets whether Effects are supported in the system.}}

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