source: trunk/minix/man/man1/recwave.1@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 707 bytes
Line 
1.TH RECWAVE 1
2.SH NAME
3recwave \- record an audio file in MicroSoft PCM wave format
4.SH SYNOPSIS
5\fBrecwave\fP [\-\fBb\fP \-\fBs\fP \-\fBr\fP] file
6.SH DESCRIPTION
7\fBRecwav\fP takes samples from \fI/dev/audio\fP and writes them to \fIfile\fP
8in Microsoft PCM wave format.
9.SH OPTIONS
10.IP \-b
11number of bits to use for one sample. Must be 8 or 16, default is 8
12.IP \-s
13enable stereo sampling. 0 = mono (default), 1 = stereo
14.IP \-r
15sample rate in samples/sec. 4000 - 44100 (default 22050)
16.SH BUGS
17The highest sample rate that can be used depends on the speed of the system
18and the size of the DMA buffer used in the driver. (/usr/src/kernel/sb16.h)
19.SH AUTHOR
20Michel R. Prevenier (mrpreve@cs.vu.nl)
Note: See TracBrowser for help on using the repository browser.