audioPlayerRecorder not detecting external full-duplex USB sound card

조회 수: 10 (최근 30일)
Theodor Becker
Theodor Becker 2021년 6월 2일
댓글: Tao Wang 2023년 1월 10일
Hi everyone,
I am using an Icy Box IB-AC527 as an external USB soundcard to play and record sound simultaneously.
This works fine on macOS with Matlab2020a, but it fails on Windows 10 with Matlab 2017a.
It seems like the same soundcard is detected as a full-duplex sound card by macOS, but for windows it only shows up as individual input/output sound devices, not capable of full-duplex.
This is what I do:
Fs = 44100;
aPR = audioPlayerRecorder('SampleRate',Fs);
This is what I get:
Error using coder.internal.errorIf (line 8)
No full-duplex audio device detected
Any idea what the issue might be? Is there a reason why the Windows 10 sound card drivers should not produce the same results as the macOS ones? I tried getting drivers from the producer of the soundcard, but they do not seem to exist, so I rely on the Windows ones.

답변 (1개)

Tao Wang
Tao Wang 2022년 12월 2일
Using deviceReader() and deviceWriter() should be work, but the lantency is big.
  댓글 수: 1
Tao Wang
Tao Wang 2023년 1월 10일
read doc of audioPlayerRecorder "Supported drivers for audioPlayerRecorder are platform-specific:
Windows® –– ASIO™
Mac –– CoreAudio
Linux® –– ALSA"
In my case, ASIO4all ( Windows) and a drivera usb microphone is also needed, because RealTek Soundcard seems cannot enable full Duplex Mode.

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

카테고리

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