How do you reverse audio in Matlab?
The command to reverse the order of the samples in a matrix is flipud(). Experiment with this command. Now for this part of the lab have fun with MatLab.
What does Soundsc do in Matlab?
Description. soundsc( y ) scales the values of audio signal y to fit in the range from –1 to 1, and then sends the data to the speaker at the default sample rate of 8192 Hz. By first scaling the data, soundsc plays the audio as loudly as possible without clipping.