lovr.audio.getMicrophoneNames
Returns a table with the names of all microphones connected to the system.
names = lovr.audio.getMicrophoneNames()
Arguments
None
Returns
Name | Type | Description |
names | table | The list of microphone names as strings. |
t = lovr.audio.getMicrophoneNames(t)
Arguments
Name | Type | Description |
t | table | A table to fill with the microphone names. |
Returns
Name | Type | Description |
t | table | The original table that was passed in. |
See also
lovr.audio.newMicrophone
Microphone
lovr.audio