Files
oldlinux-files/Minix/2.0.0/wwwman/man1/recwave.1.html
2024-02-19 00:21:39 -05:00

74 lines
1.0 KiB
HTML

<HTML>
<HEAD>
<TITLE>recwave(1)</TITLE>
</HEAD>
<BODY>
<H1>recwave(1)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
recwave - record an audio file in MicroSoft PCM wave format
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>recwave</STRONG> [-<STRONG>b</STRONG> -<STRONG>s</STRONG> -<STRONG>r</STRONG>] file
</PRE>
<H2>DESCRIPTION</H2><PRE>
<STRONG>Recwav</STRONG> takes samples from /<EM>dev</EM>/<EM>audio</EM> and writes them to <EM>file</EM> in Microsoft
PCM wave format.
</PRE>
<H2>OPTIONS</H2><PRE>
-b number of bits to use for one sample. Must be 8 or 16, default is 8
-s enable stereo sampling. 0 = mono (default), 1 = stereo
-r sample rate in samples/sec. 4000 - 44100 (default 22050)
</PRE>
<H2>BUGS</H2><PRE>
The highest sample rate that can be used depends on the speed of the
system and the size of the DMA buffer used in the driver.
(/usr/src/kernel/sb16.h)
</PRE>
<H2>AUTHOR</H2><PRE>
Michel R. Prevenier (mrpreve@cs.vu.nl)
</PRE>
</BODY>
</HTML>