{{newin|[[11.0]]|110|type=function}}
Gets a list of [[RecordingDevice]]s on the system.

The first device in the list is the user's default recording device. The list may be empty if there are no microphones connected to the system.

Audio recording is currently not supported on iOS.
== Function ==
=== Synopsis ===
<source lang="lua">
devices = love.audio.getRecordingDevices( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|table|devices|The list of connected [[RecordingDevice|recording devices]].}}
== Notes ==
Audio recording for Android is supported since [[11.3]]. However, it's not supported when APK from Play Store is used.
== See Also ==
* [[parent::love.audio]]
* [[Constructs::RecordingDevice]]
[[Category:Functions]]
{{#set:Description=Gets a list of [[RecordingDevice]]s on the system.}}
== Other Languages ==
{{i18n|love.audio.getRecordingDevices}}