MATLAB: Record output played using wavread and save in a wav file…..

record

Hi,
I have concatenated wav files using wavread and playing it from audioplayer function…. I am not able to record…… If i use audiorecorder function the clarity is bad…….. help me out

Best Answer

Don't try to record the output audio. wavwrite() the concatenated data to a new file.