WAVREC.EXE - WAVE RECORDER FOR SOUND BLASTER 16 (DOS) (C) Guenther Klaming 1999 WAVREC is a DOS command line wave file recorder for Sound Blaster 16 compatible soundcards. The program allows recording of CD, microphone or line-in sources in mono, stereo, 8 and 16-bit. Sampling rates of 11025Hz, 22050Hz and 44100Hz are supported. Maximum recording time is only limited by the amount of available disk space. WAVREC does not depend on any (Creative Labs) sound drivers and files. The program will search for plug&play configuration file CTPNP.CFG and BLASTER environment string to obtain information about the hardware configuration of your soundcard. If this approach does not provide enough information, your hardware will be scanned as well. usage: WAVREC wavefile [parameters] parameters: MONO,STEREO mono or stereo recording (default:stereo) BIT8,BIT16 8 or 16 bit samples (default:16) 11025,22050,44100 sampling rate (default:44100) MICRO enable microphone recording CD enable CD recording LINEIN enable line-in recording example: WAVREC record.wav MONO BIT8 22050 MICRO; while recording press SPACE to pause/resume or ESCAPE to terminate. LIMITATION: Sound Blaster interrupt should not be set to IRQ 10 when running the program in DOS mode. --------------------------------------------------------------------- WAVREC is freeware. This program may not be used in a commercial way without permission. --------------------------------------------------------------------- Updates and new versions are always available at: http://members.vol.at/klaming/blaster/awe32.htm WAVREC runs in 32-bit protected mode using DOS32/A DOS extender. complete source code (Watcom C/C++,Assembly) available. email: Guenther Klaming