[Stk] Bug in RtAudio or base class?

John Heenan john@auscyber.com
Tue, 12 Nov 2002 14:59:35 +1030


The record.exe executable compiled from the STK record VC++ project hangs on
my PC

The example comes from STK version 4.1.1 compiled for Windows (on a Windows
2000 PC) with VC++
6.

There is no return from a first call to the following line of record.cpp:
output->tickFrame( input->tickFrame() );

input->tickFrame() in RtWnIn.cpp never returns from its call to
audio->tickStream(stream) in RtAudio.cpp

Since sleep is called in a loop in tickStream, an infinite loop without
the usual effects on PC responsiveness is a reasonable cause.

John Heenan