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

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

[Octave-bug-tracker] [bug #43964] octave 4.1.0+ audio changes will not c


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #43964] octave 4.1.0+ audio changes will not compile on Windows
Date: Tue, 13 Jan 2015 17:40:05 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #5, bug #43964 (project octave):

I had played audio ok - but hadn't run with test suite.

On running test suite,

I get audioplayer.m pass 5/6
audiorecoder.m: crashes


>>>>> processing
C:address@hidden
***** testif HAVE_PORTAUDIO
 audio = randn (2, 88200) - 0.5;
 fs = 44100;
 player = audioplayer (audio, fs);
 assert (!isplaying (player));
 play (player);
 assert (isplaying (player));
 sleep (1);
 stop (player);
 sleep (1);
 assert (!isplaying (player));
 assert (player.CurrentSample, 0);
!!!!! test failed
ASSERT errors for:  assert (player.CurrentSample,0)

  Location  |  Observed  |  Expected  |  Reason
     ()         49152          0         Abs err 49152 exceeds tol 0
>>>>> processing
C:address@hidden



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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