MATLAB 帮助中心
List available audio devices
devices = getAudioDevices(obj)
devices = getAudioDevices(obj) returns a list of audio devices that are available and compatible with your audio I/O object, obj.
devices
obj
example
collapse all
audioDeviceReader
Create an audioDeviceReader object and then call getAudioDevices on your object.
getAudioDevices
deviceReader = audioDeviceReader; devices = getAudioDevices(deviceReader)
devices = 1×4 cell {'Default'} {'Primary Sound Capture Driver'} {'Headset Microphone (Plantronics C325-M)'} {'HP 4120 Microphone (2- HP 4120)'}
audioDeviceWriter
Create an audioDeviceWriter object, and then call getAudioDevices on your object.
deviceWriter = audioDeviceWriter; devices = getAudioDevices(deviceWriter)
devices = 1×6 cell {'Default'} {'Primary Sound Driver'} {'Headset Earphone (Plantronics C325-M)'} {'LEN LT2452pwC (NVIDIA High Definition Audio)'} {'Speakers (Realtek High Definition Audio)'} {'HP 4120 (2- HP 4120)'}
audioPlayerRecorder
Create an audioPlayerRecorder object, and then call getAudioDevices on your object.
playRec = audioPlayerRecorder; devices = getAudioDevices(playRec)
devices = 1×2 cell {'Default'} {'ASIO4ALL v2'}
Audio I/O object, specified as an audioDeviceReader object, audioDeviceWriter object, or audioPlayerRecorder object.
Data Types: object
object
List of available and compatible devices.
For audioDeviceReader and audioDeviceWriter, the list of audio devices depends on the specified Driver property of your object.
Driver
For audioPlayerRecorder, the audio devices listed support full-duplex mode and have a platform-appropriate driver:
Windows® –– ASIO™
Mac –– CoreAudio
Linux® –– ALSA
Data Types: cell
cell
Introduced in R2016a
audioDeviceWriter | audioDeviceReader | audioPlayerRecorder
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处