

I made these tools once I discovered that the usual recording tools
obtained from Red-Hat and other major distributions lacked the stuff
necessary to accurately set recording levels. Also, when performing
live recordings, I needed a way to electronically edit the resulting
".wav" file(s) to remove the dead-space before and after the live
performance. 

Included is a short (wave-files are big) piano selection that I
recorded. It has the usual long pause at the beginning and the
end because I like most, have to start recording in one room, then
run to the studio, get ready, then perform the piece. After the
performance, I have to get up, run to another room, and stop the
recording. The program "truncwave" will remove the starting and
ending dead-space. 



README.txt			Guess again.
makewave			This makes a ".wav" file with tones you select.
makewave.c			Source code for above.
show_wave			Shows "*.wav" contents including max modulation.
show_wave.c			Source code for above.
truncwave			Removes noise from beginning and end of a ".wav" file.
truncwave.c			Source code for above.
wav.h				Common header file.
Debug/makewave		The executable
Debug/show_wave		The executable
Debug/Makewave.cmd	Script which tests things and shows how to use the utilities


