Is there any way to get the .wav file exported after modifications in matlab?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I've been using matlab to test audio modifications for a school project...
I need to develop a script for this project and i would like to know if anyone knows a way or a function to save the wav file as wav again, with modifications made, because I see only options to save as .mat
I've already searched on forums and google... but I haven't found anything useful..
/sorry about my shitty english and my ignorance/ thank you
Answers (2)
Honglei Chen
on 23 Aug 2012
Edited: Honglei Chen
on 23 Aug 2012
2 votes
You can use wavwrite
Also dsp.AudioFileWriter if you have DSP System Toolbox
Jan
on 24 Aug 2012
We do not have problems with an inproper English, we simply ask for clarifications on demand. But "searching on forums" must include to ask Google for "Matlab save wav". And then the first link forwards you to the documentation of doc wavwrite. Other simple methods to find the answer by your own:
lookfor wav
docsearch wav
help wavread % and look into the "See also" line at the bottom
This question is closed.
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!