Recognizing RME UFX+ multi-channels in matlab

4 次查看(过去 30 天)
Dear the community,
We are recently setting sound localization system using 27 speakers (9 speakers at azimuth 0 degree and 9 speakers each at azimuth +- 30 degree). To control those speakers, we connected the speakers to the RME UFX+ system.
In the system, 4 cables for 8 channels were used, which makes recognizing 4 different devices in Matlab.
How can I combine those 4 different devices as one device?
Helps would be great appreciated.

回答(1 个)

Simar
Simar 2024-1-31
编辑:Simar 2024-1-31
Hi Jihyun Lee,
Based on my understanding you are seeking guidance on combining four recognized devices in MATLAB into a single device for setting sound localization system.
Combining multiple audio interfaces into a single device for use in MATLAB can be challenging because MATLAB typically recognizes each audio interface as a separate device. Consider these approaches to manage multiple audio interfaces as if they were a single device:
  • Aggregate Audio Device (macOS): If using macOS system, create an Aggregate Device using the Audio MIDI Setup utility. This allows to combine multiple audio interfaces into one virtual device that can be selected within MATLAB. Once the Aggregate Device is set up, access it in MATLAB using audioplayer function.
  • ASIO Drivers (Windows): On Windows systems, some audio interfaces support ASIO drivers, which can sometimes allow multiple interfaces from the same manufacturer to be combined into a single ASIO device. Use the playrec function in MATLAB to access the ASIO device.
  • MATLAB Audio Toolbox: MATLAB's Audio Toolbox provides advanced functionality for audio processing and might offer ways to manage multiple devices.
Please note that the exact method will depend on the operating system, the capabilities of audio interfaces, and specific requirements for synchronization and audio quality. Combining audio interfaces can introduce complexity, especially with synchronization between devices, so it is important to thoroughly test the setup to ensure that audio playback is aligned across all speakers.
Please refer to the documentation links:
Hope it helps !
Best Regards,
Simar

类别

Help CenterFile Exchange 中查找有关 Simulation, Tuning, and Visualization 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by