You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1021B

  1. The Synthesis ToolKit in C++ (STK)
  2. By Perry R. Cook and Gary P. Scavone, 1995--2017.
  3. EFFECTS PROJECT:
  4. This directory contains a program that demonstrates realtime duplex
  5. mode (simultaneous audio input and output) operation, as well as
  6. several simple delay-line based effects algorithms. Duplex mode
  7. operation is very hardware dependent. If you have trouble with this
  8. application, make sure your soundcard supports the desired sample rate
  9. and sample size (16-bit).
  10. NOTES:
  11. 1. This project will not run under WindowsNT or NeXTStep, due to lack
  12. of realtime audio input support. However, it should run under
  13. other flavors of Windows.
  14. 2. Audio input from either a microphone or line-input device MUST be
  15. available to the audio input port when the program is started.
  16. 3. Latency can be controlled using the nBufferFrames argument to the
  17. RtAudio openStream() function. The default settings in effects.cpp
  18. are relatively high because some Windows soundcard drivers crash if
  19. the settings are too low.