フィルターのクリア

Playing different audio files through different output channels of soundcard

4 ビュー (過去 30 日間)
Sudhee
Sudhee 2019 年 6 月 17 日
回答済み: Sudhee 2019 年 6 月 18 日
Hi, I have the TASCAM US-16x08 soundcard having 8 output channels. How can I play 8 different music files from the computer through these 8 different output channels?
  5 件のコメント
Sudhee
Sudhee 2019 年 6 月 17 日
@Star Strider Thank you. Will explore more.
Star Strider
Star Strider 2019 年 6 月 17 日
My pleasure.

サインインしてコメントする。

採用された回答

Sudhee
Sudhee 2019 年 6 月 18 日
Apparently, if the output channels have to be used properly, TASCAM US-16x08 have to be used with audioDeviceWriter having 'Driver' as 'ASIO'. It didn't work with 'directsound'. The code below works fine.
deviceWriter = audioDeviceWriter('Driver','ASIO');
getAudioDevices(deviceWriter)
deviceWriter.Device='US-16x08 ASIO';
deviceWriter(Audio_Variable) % Audio_Variable should be a matrix having number of columns = number of channels and rows having audio data corresponding to the channels for default channel mapping (each column maps to each channel). Else need to customize.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAudio 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