Version 4.3.0

This commit is contained in:
Gary Scavone
2009-03-24 23:02:15 -04:00
committed by Stephen Sinclair
parent 2cbce2d8bd
commit 27d9b79dc7
271 changed files with 22219 additions and 8834 deletions

View File

@@ -1,6 +1,6 @@
The Synthesis ToolKit in C++ (STK)
By Perry R. Cook and Gary P. Scavone, 1995-2005.
By Perry R. Cook and Gary P. Scavone, 1995-2007.
EFFECTS PROJECT:
@@ -20,7 +20,7 @@ NOTES:
2. Audio input from either a microphone or line-input device MUST be
available to the audio input port when the program is started.
3. Latency can be controlled using the RtDuplex bufferSize and
nBuffers constructor arguments. The default settings in
effects.cpp are relatively high because some Windows soundcard
drivers crash if the settings are too low.
3. Latency can be controlled using the nBufferFrames argument to the
RtAudio openStream() function. The default settings in effects.cpp
are relatively high because some Windows soundcard drivers crash if
the settings are too low.