Real Time Audio Processing: audioDeviceReader 'Driver' not working

14 visualizaciones (últimos 30 días)
Jian Jia Tan
Jian Jia Tan el 26 de Oct. de 2018
Comentada: Abdullah Kucuk el 22 de Dic. de 2021
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 comentarios
Silke Vos
Silke Vos el 1 de Ag. de 2019
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 el 22 de Dic. de 2021
Hi,
The same problem still exists for Fireface UCX II. Is anyone was able to solve the issue?
Thanks in advance,
Abdullah

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by