diff options
Diffstat (limited to '3rdparty/portaudio/examples/paex_sine.c')
-rw-r--r-- | 3rdparty/portaudio/examples/paex_sine.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/3rdparty/portaudio/examples/paex_sine.c b/3rdparty/portaudio/examples/paex_sine.c index 5ca53c04150..bda290b8ead 100644 --- a/3rdparty/portaudio/examples/paex_sine.c +++ b/3rdparty/portaudio/examples/paex_sine.c @@ -5,7 +5,7 @@ @author Phil Burk <philburk@softsynth.com> */ /* - * $Id: paex_sine.c 1752 2011-09-08 03:21:55Z philburk $ + * $Id$ * * This program uses the PortAudio Portable Audio Library. * For more information see: http://www.portaudio.com/ @@ -113,9 +113,8 @@ int main(void) paTestData data; int i; - printf("PortAudio Test: output sine wave. SR = %d, BufSize = %d\n", SAMPLE_RATE, FRAMES_PER_BUFFER); - + /* initialise sinusoidal wavetable */ for( i=0; i<TABLE_SIZE; i++ ) { |