audio input that is not recognize by matlab

조회 수: 95 (최근 30일)
Fanny Rossigneux
Fanny Rossigneux 2022년 3월 5일
댓글: uygar 2024년 10월 7일
Hello ,
i want to record sound with 2 differents microphones but when i use the fonction : "audiodevinfo", matlab doesn't see neither my headset's microphone nor my external's mircophone.
do you know how can i record and get audio data from those 2 microphones that are not recongnize by matlab ?
Fanny ( from france, sorry for my english)

채택된 답변

Jimmy Lapierre
Jimmy Lapierre 2022년 3월 11일
Hi Fanny,
First is to make sure the OS recognized the input devices. If on Windows, check that your devices show up in "Sound settings" in control panel.
If MATLAB was open when connecting the device, you need to use audiodevreset or restart MATLAB.
Once recognized by the OS, you can list your input devices.
audiodevreset % or restart MATLAB
adi = audiodevinfo;
adi.input.Name % list of input device names
  댓글 수: 1
uygar
uygar 2024년 10월 7일
Thanks Jimmy.
Was using online version and the audiodevreset command did wonders.

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

추가 답변 (0개)

카테고리

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

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by