[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #62524] Crash app on audioplayer
From: |
Seyyed Mohammad |
Subject: |
[Octave-bug-tracker] [bug #62524] Crash app on audioplayer |
Date: |
Thu, 26 May 2022 04:31:37 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?62524>
Summary: Crash app on audioplayer
Project: GNU Octave
Submitted by: mohammadsdtmnd
Submitted on: Thu 26 May 2022 08:31:35 AM UTC
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Unexpected Error or Warning
Status: None
Assigned to: None
Originator Name: SeyyedMohammad
Originator Email:
Open/Closed: Open
Release: 7.1.0
Discussion Lock: Any
Operating System: Microsoft Windows
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Thu 26 May 2022 08:31:35 AM UTC By: Seyyed Mohammad <mohammadsdtmnd>
This little code causes to unbounding or crash of application.
clc
clear
AUDIO_LENGTH=3;
SAMPLE_RATE=8000;
desired=randn(SAMPLE_RATE*AUDIO_LENGTH);
player=audioplayer(desired,8000,16);
##pause(1)
play(player)
i='start'
ref=record(3,8000);
i='end'
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62524>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #62524] Crash app on audioplayer,
Seyyed Mohammad <=