I would like to play a sound in MATLAB, but I don't know how to convert a sound into the required text file (with values between -1 and 1). How do I do this?
I figured it out. I just imported a wav file into matlab and then copied the resulting values into a text file. This file can be played as a sound via the matlab function "sound"