Question: MATLAB, make a song loop until GUI is exited I am making a GUI game in matlab and i want the background music to continuously
MATLAB, make a song loop until GUI is exited
I am making a GUI game in matlab and i want the background music to continuously loop until the gui is exited. All i can do is make it play but then it stops
function BackgroundMusic
[y,fs]=audioread('theme_music.mp3');
sound(y,fs)
end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
