RECWAVE.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
- .TH RECWAVE 1
- .SH NAME
- recwave - record an audio file in MicroSoft PCM wave format
- .SH SYNOPSIS
- fBrecwavefP [-fBbfP -fBsfP -fBrfP] file
- .SH DESCRIPTION
- fBRecwavfP takes samples from fI/dev/audiofP and writes them to fIfilefP
- in Microsoft PCM wave format.
- .SH OPTIONS
- .IP -b
- number of bits to use for one sample. Must be 8 or 16, default is 8
- .IP -s
- enable stereo sampling. 0 = mono (default), 1 = stereo
- .IP -r
- sample rate in samples/sec. 4000 - 44100 (default 22050)
- .SH BUGS
- 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)
- .SH AUTHOR
- Michel R. Prevenier (mrpreve@cs.vu.nl)