SINE_SOUND(1) SINE_SOUND(1) NAME sine_sound - generate a sine wave directly to the sound card SYNOPSIS sine_sound [-d device] [-i infilename] [-v] DESCRIPTION Sine_sound is for generating a sine wave directly to the sound card. The program uses a sine lookup table to efficiently generate the sine wave using integer arithmetic. The sine wave frequency, and optional amplitude, is read from stdin, as a single whitespace delimited record, frequency followed by the optional amplitude. The amplitude must be greater than zero, and less than or equal to unity; unity is 0 dBFS. The default, for a null record, is a 997 Hz., -15 dBFS, sine wave. OPTIONS -d device sound device, (/dev/dsp). -i infilename Input filename, (stdin). -v Print the version and copyright banner of the program. AUTHORS ---------------------------------------------------------------------- A license is hereby granted to reproduce this software source code and to create executable versions from this source code for personal, non-commercial use. The copyright notice included with the software must be maintained in all copies produced. THIS PROGRAM IS PROVIDED "AS IS". THE AUTHOR PROVIDES NO WARRANTIES WHATSOEVER, EXPRESSED OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY, TITLE, OR FITNESS FOR ANY PARTICULAR PURPOSE. THE AUTHOR DOES NOT WARRANT THAT USE OF THIS PROGRAM DOES NOT INFRINGE THE INTELLECTUAL PROPERTY RIGHTS OF ANY THIRD PARTY IN ANY COUNTRY. Copyright (c) 1994-2008, John Conover, All Rights Reserved. Comments and/or bug reports should be addressed to: john@email.johncon.com (John Conover) ---------------------------------------------------------------------- February 18, 2008 SINE_SOUND(1)