This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** @file paex_write_sine.c | |
@ingroup examples_src | |
@brief Play a sine wave for several seconds using the blocking API (Pa_WriteStream()) | |
@author Ross Bencina <[email protected]> | |
@author Phil Burk <[email protected]> | |
*/ | |
/* | |
* $Id$ | |
* | |
* This program uses the PortAudio Portable Audio Library. |