[Stk] Bug in RtAudio or base class?
John Heenan
john at auscyber.com
Mon Nov 11 20:29:35 PST 2002
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
More information about the Stk
mailing list