MATLAB: .txt to .wav file conversion

conversiontxtwav

Hello i am carrying out a project which will require conversion of a .txt file to a .wav file . Can anyone help me out with this ?

Best Answer

First load data from file using e.g. importdata:
And then save it using wavwrite function: