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

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

[Octave-bug-tracker] [bug #39639] wavread(name, "size") returns outputs


From: anonymous
Subject: [Octave-bug-tracker] [bug #39639] wavread(name, "size") returns outputs incorrectly
Date: Wed, 31 Jul 2013 23:29:36 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?39639>

                 Summary: wavread(name,"size") returns outputs incorrectly
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Wed 31 Jul 2013 11:29:35 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: Julius Smith
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: Mac OS

    _______________________________________________________

Details:


> [len,chans] = wavread(fname,"size");

> len
len =

   41603       1

> chans
chans =  22050


The number of channels is 1.  22050 happens to be the sampling rate.  It
should look like this, according to "help wavread":

> [len,chans] = wavread(fname,"size");

> len
len = 41603

> chans
chans =  1







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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