Read .WAV in Matlab?

5 views (last 30 days)
Bob Li
Bob Li on 16 Oct 2011
Hi,
I would like to ask a question on Audio processing on Matlab.
If I have a sample audio segment, something like recorded using Sound Recorder on Windows (.wav format), how can I extract the digital sampling data from it using Matlab? To read the file one must know the file format; is there a function to read such file formats?
Bob
  1 Comment
Jan
Jan on 16 Oct 2011
Please avoid posting a question twice. I've remove the duplicate post.

Sign in to comment.

Answers (2)

Jan
Jan on 16 Oct 2011
See wavread.
This is more efficient than asking the forum:
2. docsearch wav
  1 Comment
angelo
angelo on 17 Oct 2011
sir, can you help me on my work on how to convert video in matlab?

Sign in to comment.


Bob Li
Bob Li on 16 Oct 2011
Jan,
Got it, thanks.

Community Treasure Hunt

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

Start Hunting!