Info

This question is closed. Reopen it to edit or answer.

How can i play 3 Sounds asynchrone ?

1 view (last 30 days)
Pirasath
Pirasath on 6 Jan 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
example
wavplay(audiosig1,fs)
wavplay(audiosig2,as)
wavplay(audiosig3,ds)
i will play all three signals at the same time. How i do that ?
  1 Comment
Geoff Hayes
Geoff Hayes on 8 Jan 2015
Edited: Geoff Hayes on 8 Jan 2015
Pirasath - can't you pass a third parameter to determine the mode to your function? From wavplay, the mode can be 'sync' or 'async'. As the function wavplay isn't supported in later versions of MATLAB, you may wish to switch over to the audioplayer instead.

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!