Need continuous sound played from buffer A then B. I fill B while A is playing, then visa versa.

Hello,
I would like to use MATLAB for a real-time sound output problem. If I could set up a sound to play from buffer A then buffer B continuously, I could work on the contents of the buffer that isn't "live" while the other is playing.
I would like to use MATLAB because I need FFT and other things that MATLAB handles well as part of my calculations for filling the buffer that isn't live.
I haven't had much success with audioplayer because of the rather large (audio-wise) and variable delays between starting different player objects.
Any suggestions how to approach playing sound continuously from two buffers?
Thank you, DS

 채택된 답변

jibrahim
jibrahim 2022년 1월 5일
편집: jibrahim 2022년 1월 5일
Hi David,
For real-time sound applications, you should use audioDeviceWriter:
See the doc page above for a simple example.
To handle buffers at real-time, consider using dsp.AsyncBuffer:

댓글 수: 1

Thank you! I will check it out (and will likely have some questions, but thanks!).
Best wishes, DS

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

제품

릴리스

R2020b

태그

질문:

2022년 1월 2일

댓글:

2022년 1월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by