DocumentationHelp Center
audioDeviceReader
audioDeviceWriter
audioPlayerRecorder
List available audio devices
devices = getAudioDevices(obj)
example
devices = getAudioDevices(obj) returns a list of audio devices that are available and compatible with your audio I/O object, obj.
devices
obj
collapse all
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)'}
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)'}
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
audioDeviceReader | audioDeviceWriter | audioPlayerRecorder
この例の変更されたバージョンがシステム上にあります。代わりにこのバージョンを開きますか?
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office
無料評価版のダウンロード