[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63061] sound() is broken
From: |
Lars Kindermann |
Subject: |
[Octave-bug-tracker] [bug #63061] sound() is broken |
Date: |
Thu, 15 Sep 2022 03:41:54 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?63061>
Summary: sound() is broken
Project: GNU Octave
Submitter: larskindermann
Submitted: Thu 15 Sep 2022 09:41:53 AM CEST
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Regression
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Release: dev
Discussion Lock: Any
Operating System: GNU/Linux
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 15 Sep 2022 09:41:53 AM CEST By: Lars Kindermann <larskindermann>
sound() is broken in dev, stable works fine:
>> sound(rand(1,8000))
error: Invalid call to playblocking. Correct usage is:
-- playblocking (PLAYER)
-- playblocking (PLAYER, START)
-- playblocking (PLAYER, [START, END])
error: called from
print_usage at line 105 column 5
playblocking at line 45 column 5
sound at line 66 column 3
>>
soundsc() has the same problem
octave:3> soundsc(rand(8000,1))
error: Invalid call to playblocking. Correct usage is:
-- playblocking (PLAYER)
-- playblocking (PLAYER, START)
-- playblocking (PLAYER, [START, END])
error: called from
print_usage at line 105 column 5
playblocking at line 45 column 5
soundsc at line 95 column 3
octave:4>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63061>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63061] sound() is broken,
Lars Kindermann <=