Does matlab support USB audio devices that have 4 microphones?

조회 수: 15 (최근 30일)
JD Ritchey
JD Ritchey 2017년 11월 3일
댓글: Gene Goff 2018년 10월 10일
I'm having trouble finding a mechanism to record audio from a usb 4 channel audio device. I have found examples scripts that record stereo (2 channel) audio from a usb device, but not 4. Any help would be greatly appreciated.

채택된 답변

Walter Roberson
Walter Roberson 2017년 11월 3일
You need either the DSP toolbox or the Audio Systems Toolbox or (interfacing a different way) the Data Acquisition Toolbox for this to work.
  댓글 수: 2
JD Ritchey
JD Ritchey 2017년 11월 3일
Thanks for the reply! The device I'm trying to capture my data through is a Cirrus Logic 6271-EV2-REV2 development board (not national instruments hardware), along with a codec and a collection of microphones. Might you know if those toolbox's support data acquisition through 3rd party hardware? It shows up as a usb 2.0 device and acts like a recording device in Audacity and a playback/recording device on windows control panel.
Walter Roberson
Walter Roberson 2017년 11월 3일
It appears from https://media.digikey.com/pdf/Data%20Sheets/Cirrus%20Logic%20PDFs/Lochnagar_2_User_Guide.pdf that it has ASIO drivers, which should in theory be enough for DSP or Audio Systems toolbox, I suspect.

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

추가 답변 (1개)

Gabriele Bunkheila
Gabriele Bunkheila 2017년 11월 6일
Hi JD,
I work with the Audio System Toolbox team at MathWorks and after seeing this I thought I'd drop a more precise note on the topic.
It looks like your board is recognized by Windows as a standard audio device, leveraging generic DirectSound drivers.
To record more than 2 channels from anything seen by your OS as an audio device (e.g. working with DirectSound, WASAPI, ASIO, ALSA or CoreAudio drivers), you should look at audioDeviceReader in Audio System Toolbox.
I hope this helps.
Regards,
Gabriele.
  댓글 수: 4
Gabriele Bunkheila
Gabriele Bunkheila 2018년 10월 10일
Hi Gene,
I am not sure what you meant by "I get about two frames of silence" - I'll take a stab at your question assuming it's related to the main topic of this MATLAB Answer, i.e. you are struggling to read more than 2 channels from your multichannel USB sound card.
Many (if not most) multichannel sound cards support full multichannel mode in Windows only via an ASIO driver provided by the card vendor. On the other hand, they only support two channels using standard plug-and-play Windows drivers.
Try pointing audioDeviceReader to the ASIO driver coming with the card instead of ASIO4ALL. If I remember well, ASIO4ALL simply leverages the default Windows drivers on the hardware side, yet exposing an ASIO interface to applications (including MATLAB) so you can use your card with applications working in ASIO mode.
I hope this helps,
Gabriele.
Gene Goff
Gene Goff 2018년 10월 10일
Never mind - this does work now. I had the wrong driver settings in Adobe Audition to monitor the audio that Matlab recorded.

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by