Available since LÖVE 11.0 |
This function is not supported in earlier versions. |
Gets a list of RecordingDevices 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.
devices = love.audio.getRecordingDevices( )
None.
table devices
Audio recording for Android is supported since 11.3. However, it's not supported when APK from Play Store is used.