recwave.1

来自「minix操作系统最新版本(3.1.1)的源代码」· 1 代码 · 共 21 行

1
21
字号
.TH RECWAVE 1.SH NAMErecwave \- record an audio file in MicroSoft PCM wave format.SH SYNOPSIS\fBrecwave\fP [\-\fBb\fP \-\fBs\fP \-\fBr\fP] file .SH DESCRIPTION\fBRecwav\fP takes samples from \fI/dev/audio\fP and writes them to \fIfile\fPin 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 BUGSThe 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 AUTHORMichel R. Prevenier (mrpreve@cs.vu.nl)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?