audio input that is not recognize by matlab

95 次查看(过去 30 天)
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