Open settings panel for ASIO driver
asiosettings
opens the settings panel for the ASIO driver
associated with the default audio device.
asiosettings(
opens the
settings panel for the ASIO driver associated with the audio device,
deviceName
)deviceName
.
asiosettings
is compatible only on Windows machines with
ASIO drivers. ASIO drivers do not come pre-installed with Windows.
asiosettings
returns an error if called with a locked
audio device. For
example:
aDR = audioDeviceReader('Driver','ASIO'); aDR(); asiosettings(aDR.Device)
Error using audio_asiosettings PortAudio Error: Device unavailable Error in asiosettings (line 77) audio_asiosettings(ID);