Impulse Response Measurer audio device

1 次查看(过去 30 天)
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 个评论
DavidePiccinini
DavidePiccinini 2023-9-17
The USB AUDIO CODEC device is an external sound card built into a small multitrack mixer that I connect to my Mac via USB to record analog instruments.
This is the result of the command:
getAudioDevices(audioPlayerRecorder)
ans =
1×2 cell array
{'Default'} {'Microsoft Teams Audio'}
Jimmy Lapierre
Jimmy Lapierre 2023-9-17
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)?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Audio I/O and Waveform Generation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by