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

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

[Octave-bug-tracker] [bug #62524] audioplayer causes octave to crash on


From: Seyyed Mohammad
Subject: [Octave-bug-tracker] [bug #62524] audioplayer causes octave to crash on windows
Date: Thu, 26 May 2022 08:08:16 -0400 (EDT)

Follow-up Comment #4, bug #62524 (project octave):

WOW, you are right this is a huge mistake!
This is not a bug please, change its state, thank you kindly.
[comment #3 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/




reply via email to

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