help-octave
[Top][All Lists]
Advanced

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

Re: error on reading in a wave file wavread: sample format 0xfffe is not


From: Sergei Steshenko
Subject: Re: error on reading in a wave file wavread: sample format 0xfffe is not supported
Date: Tue, 21 Jun 2011 16:21:32 -0700 (PDT)

--- On Tue, 6/21/11, Rick T <address@hidden> wrote:

From: Rick T <address@hidden>
Subject: error on reading in a wave file wavread: sample format 0xfffe is not 
supported
To: address@hidden
Date: Tuesday, June 21, 2011, 3:00 PM

Greetings All
I'm trying to read in an audio wave file that is a 96000hz 1 second file that 
is 375.1kB


filewavallpathStr= '/home/rat/Documents/octave/raw_audio/';

[aa_pos_neg_combined, fs_rate, nbitsraw] = 
wavread(strcat(filewavallpathStr,'all.wav'));


I'm getting this error
#yiv1844975221 p, #yiv1844975221 li {white-space:pre-wrap;}

error: wavread: sample format 0xfffe is not supported


error: called from:


error:   /usr/share/octave/3.2.4/m/audio/wavread.m at line 111, column 5


I'm using octave 3.2.4 on ubuntu 64

Can octave waveread command only read in 44100hz files?
tia
-- 
-- 




-----Inline Attachment Follows-----

_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave

It's not a problem with sample rate. I remember I had to tell SoX to write
WAV files in floating point format to make Octave understand it.

I don't know where the problem is - I'm lucky I found a workaround.

Regards,
  Sergei.



reply via email to

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