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: Wed, 14 Jan 2015 15:06:42 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

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

Windows build from:


No more crashes for me, however audioplayer and autorecorder tests runs
sometimes pass, sometimes do not.

Log reports errors such as:


>>>>> processing
C:address@hidden
***** testif HAVE_PORTAUDIO
 recorder = audiorecorder (44100, 16, 2);
 recordblocking (recorder, 1);
 data = getaudiodata (recorder, "int16");
 assert (strcmp (class (data), "int16"));
 data = getaudiodata (recorder, "int8");
 assert (strcmp (class (data), "int8"));
 data = getaudiodata (recorder, "uint8");
 assert (strcmp (class (data), "uint8"));
 assert (size (data)(1), recorder.TotalSamples);
 assert (size (data)(2), 2);
 assert (size (data)(1) != 0);
!!!!! test failed
audiorecorder: unable to open audio recording stream
***** testif HAVE_PORTAUDIO
 recorder = audiorecorder (44100, 16, 2);
 record (recorder, 1)
 sleep (2);
 record (recorder, 1);
 sleep (2);
 data = getaudiodata (recorder);
 assert (size (data)(1) < 44100 * 2);
!!!!! test failed
audiorecorder: unable to open audio recording stream
***** testif HAVE_PORTAUDIO
 recorder = audiorecorder (44100, 16, 2);
 record (recorder, 1);
 sleep (2);
 player1 = audioplayer (recorder);
 player2 = getplayer (recorder);
 play (player1);
 sleep (2);
 play (player2);
 sleep (2);
 assert (player1.TotalSamples, recorder.TotalSamples);
 assert (player2.TotalSamples, recorder.TotalSamples);
!!!!! test failed
audiorecorder: unable to open audio recording stream
+


    _______________________________________________________

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]