audio input that is not recognize by matlab
95 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Fanny Rossigneux
le 5 Mar 2022
Commenté : uygar
le 7 Oct 2024
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)
0 commentaires
Réponse acceptée
Jimmy Lapierre
le 11 Mar 2022
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 commentaire
uygar
le 7 Oct 2024
Thanks Jimmy.
Was using online version and the audiodevreset command did wonders.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Audio I/O and Waveform Generation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!