RECWAVE.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. RECWAVE(1)                Minix Programmer's Manual                 RECWAVE(1)
  2. NAME
  3.      recwave - record an audio file in MicroSoft PCM wave format
  4. SYNOPSIS
  5.      recwave [-b -s -r] file
  6. DESCRIPTION
  7.      Recwav takes samples from /dev/audio and writes them to file in Microsoft
  8.      PCM wave format.
  9. OPTIONS
  10.      -b   number of bits to use for one sample. Must be 8 or 16, default is 8
  11.      -s   enable stereo sampling. 0 = mono (default), 1 = stereo
  12.      -r   sample rate in samples/sec. 4000 - 44100 (default 22050)
  13. BUGS
  14.      The highest sample rate that can be used depends  on  the  speed  of  the
  15.      system   and   the   size   of   the  DMA  buffer  used  in  the  driver.
  16.      (/usr/src/kernel/sb16.h)
  17. AUTHOR
  18.      Michel R. Prevenier (mrpreve@cs.vu.nl)
  19.                                                                              1