octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #37540] wavwrite doesn't produce a valid wav f


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #37540] wavwrite doesn't produce a valid wav file
Date: Thu, 11 Oct 2012 13:57:17 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20100101 Firefox/14.0.1

Update of bug #37540 (project octave):

             Assigned to:                    None => mtmiller               
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #3:

Thanks, I'll work on a fix for this since I also happen to be fixing an
unrelated problem in wavread at the same time.

Can you try one more thing in Matlab, do you get a valid stereo WAVE file if
the input is a 2xN matrix? Does this:


dur = 1;
fs = 8000;
tt = 0 : (1/fs) : dur;
xx = sin (2 * pi * 2000 * tt);
wavwrite ([xx;xx], fs, 'temp.wav');


produce a stereo version of your example file or not?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37540>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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