Play sounds in background of GUI Matlab

6 次查看(过去 30 天)
Hi dear,
I have a GUI to capture the EEG signal during the real-time by using the serial port. I faced a problem when I try to run the sound in the background using the same GUI, the problem in simple the capturing EEG signal will be stopped until the sound finishes. My question is there any method to run both of them (play sounds and capture EEG signals) at the same time using the same button.

回答(1 个)

Walter Roberson
Walter Roberson 2019-11-14
You can use an audioPlayer object with play() method: that defaults to non-blocking. However, it is not all that good at playing continuous sound.
For continuous sound, especially sound that is computed on the fly (such as from the EEG data) then you should use the Audio System Toolbox https://www.mathworks.com/help/audio/gs/real-time-audio-in-matlab.html

类别

Help CenterFile Exchange 中查找有关 EEG/MEG/ECoG 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by