Separating the channels of a .wav sound file

Hi, I need some help with an encripted stereo audio file.
How do I get the frequency of the left channel and the right channel as two arrays of points??
IE frequency_left_channel = array of x coordinates frequency_right_channel = array of y coordinates
Thanks for your help :D

 Accepted Answer

If the .wav file is a stereo audio file, then wavread can read them in as separate channels.

1 Comment

I think this is a really nicely written "doc wavread" answer.

Sign in to comment.

More Answers (0)

Categories

Find more on Audio I/O and Waveform Generation in Help Center and File Exchange

Asked:

on 18 Feb 2012

Edited:

on 16 Oct 2013

Community Treasure Hunt

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

Start Hunting!