Main Content

getAudioDevices

List available audio devices

Description

devices = getAudioDevices(deviceWriter) returns a list of audio devices that are available and compatible with your I/O audio object, deviceWriter.

Input Arguments

collapse all

Audio I/O object, specified as an audioDeviceWriter object.

Data Types: object

Output Arguments

collapse all

List of available and compatible devices. The list of audio devices depends on the specified Driver property of your object.

Data Types: cell

Version History

Introduced in R2016a

See Also

Objects