help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I need help - loading audio file


From: Quentin Spencer
Subject: Re: I need help - loading audio file
Date: Tue, 19 Dec 2006 15:08:05 -0600
User-agent: Thunderbird 1.5.0.8 (X11/20061107)

Abel Plana wrote:
Hello, every one, I am Abel Plana:

I need to load a wav audio file. What I do?

I try:
datafile = load 'luzbel16.wav' '-text'
datafile = load 'luzbel16.wav' '-ascii'

but octave always gives this error:

error: load: luzbel16.wav: inconsistent number of columns near line 2
error: load: unable to extract matrix size from file `luzbel16.wav'
error: evaluating assignment expression near line 24, column 10

Thank you in advance!!

Try the wavread function. It is in octave 2.9.9, or if you have octave 2.1, I think it is in octave-forge (octave-forge.sf.net).

Quentin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]