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

操作系统开发

开发平台:

WINDOWS

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