Impulse Response Measurer audio device
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
the problem concerns ImpulseResponseMeasurer that does not correctly identify the audio devices connected to my mac book.
If I run adiodevinfo:
A=audiodevinfo
ans =
struct with fields:
input: [1×3 struct]
output: [1×6 struct]
A.input.Name
ans =
'USB AUDIO CODEC (Core Audio)'
ans =
'Microfono MacBook Pro (Core Audio)'
ans =
'Microsoft Teams Audio (Core Audio)'
But in ImpulseResponseMeasurer the only available device is Microsoft Teams Audio

Is there a way to tell to ImpulseResponseMeasurer to use a different I/O device (i.e. USB AUDIO CODEC)?
Thanks in advance
5 comentarios
Jimmy Lapierre
el 17 de Sept. de 2023
I'm trying to figure out if that device supports full duplex (simultaneous input and output at a common sample rate). Is the USB AUDIO CODEC showing up in the outputs a different device (ex: DAC)?
Respuestas (0)
Ver también
Categorías
Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!