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

1 view (last 30 days)
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

Accepted Answer

Walter Roberson
Walter Roberson on 3 Jan 2013
Don't try to record the output audio. wavwrite() the concatenated data to a new file.
  4 Comments
sp
sp on 4 Jan 2013
Can you give me gud example of wavwrite.... wavwrite(y,Fs,filename) writes the data stored in the variable y to a WAVE file called filename.... should the data be in .mat format...?? i hav concatenated file with some values for 55000 rows and 2 columns which i am able play using audioplayer... but need to save in wav file format...
sp
sp on 4 Jan 2013
i debugged the error...thank you...wavwrite() is working

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!