Real Time Audio Processing: audioDeviceReader 'Driver' not working

조회 수: 14 (최근 30일)
Jian Jia Tan
Jian Jia Tan 2018년 10월 26일
댓글: Abdullah Kucuk 2021년 12월 22일
Im using Fireface UC audio interface.
setpref('dsp', 'portaudioHostApi', 3)
deviceReader = audioDeviceReader('Driver', 'ASIO', 'Device', 'ASIO Fireface USB', 'SampleRate', 48000);
deviceWriter = audioDeviceWriter('Driver', 'ASIO', 'Device', 'ASIO Fireface USB', 'SampleRate', 48000, 'BufferSize', 1024);
when I enable ASIO driver for eg in the above code, there is no output sound.
However when ASIO driver is not enabled, for eg in the following code, there is real time output sound, but there is noticeable latency.
setpref('dsp', 'portaudioHostApi', 3);
deviceReader = audioDeviceReader('Device', 'Analog (1+2) (RME Fireface UC)', 'SampleRate', 48000);
deviceWriter = audioDeviceWriter('Device', 'Analog (3+4) (RME Fireface UC)', 'SampleRate', 48000, 'BufferSize', 1024);
How do I successfully enable ASIO in order to reduce real time audio latency???
  댓글 수: 2
Silke Vos
Silke Vos 2019년 8월 1일
Hi,
I was wondering if you found a solution? I am having the same issue with my RME Fireface UC.
Best,
Silke
Abdullah Kucuk
Abdullah Kucuk 2021년 12월 22일
Hi,
The same problem still exists for Fireface UCX II. Is anyone was able to solve the issue?
Thanks in advance,
Abdullah

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by