[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #62524] audioplayer causes octave to crash on
From: |
Markus Mützel |
Subject: |
[Octave-bug-tracker] [bug #62524] audioplayer causes octave to crash on windows |
Date: |
Thu, 26 May 2022 08:03:46 -0400 (EDT) |
Update of bug #62524 (project octave):
Status: None => Need Info
_______________________________________________________
Follow-up Comment #3:
The original example doesn't crash for me on Windows 11 with Octave 7.1.0.
However, I'm not sure what an input of a 24000x24000 matrix means for that
function. (Does it mean that you'd like to play on 24000 channels?) Some audio
hardware might not handle that correctly.
Does the following test (iiuc a stereo signal) also crash for you?
AUDIO_LENGTH=3;
SAMPLE_RATE=8000;
desired=randn(2,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/