Michael J. Wilson Music 256a Fall 2010 Homework #1 ---------------------------------------------------------------------- Thank you for choosing sig-gen, the generically-named signal generator! ---------------------------------------------------------------------- HOW TO BUILD: Extract the archive to an empty directory. Type 'make' to build the project. Run Jack and set the sampling rate to 44100. Type 'release/sig-gen' to run the program. Refer to the program's built-in help message for instructions on how to use it. ---------------------------------------------------------------------- BUILD NOTES: By default the project builds RtAudio with Jack and Alsa support. RtAudio prefers Jack over Alsa, so if you have both installed make sure to run Jack first to get sound output. If you would like single support for Jack, Alsa or OSS then comment out the CC_FLAGS and LIBS lines in the makefile and uncomment the corresponding entries for the audio API of your choice. Make sure that you have the require libraries. If you have doxygen installed you can run 'make doc' to generate API documentation for the project. If you would like to use a different sample rate other than the default 44100, change the value in src/constants.h