sndfile-play.1
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:1k
源码类别:

Audio

开发平台:

Unix_Linux

  1. .de EX
  2. .ne 5
  3. .if n .sp 1
  4. .if t .sp .5
  5. .nf
  6. .in +.5i
  7. ..
  8. .de EE
  9. .fi
  10. .in -.5i
  11. .if n .sp 1
  12. .if t .sp .5
  13. ..
  14. .TH SNDFILE-PLAY 1 "July 28, 2002"
  15. .SH NAME
  16. sndfile-play - play a sound file
  17. .SH SYNOPSIS
  18. .B sndfile-play
  19. .RI file
  20. .SH DESCRIPTION
  21. sndfile-play plays the specified sound file using :
  22. .EX
  23. ALSA on Linux
  24. /dev/dsp on systems supporting OSS (including Linux)
  25. /dev/audio on Sun Solaris
  26. CoreAudio on Apple MacOSX
  27. waveOut on Microsoft Win32
  28. .EE
  29. sndfile-play uses libsndfile (http://www.mega-nerd.com/libsndfile/)
  30. to read the file.
  31. .SH AUTHOR
  32. This manual page was originally written by Joshua Haberman 
  33. <joshua@debian.org>, for the Debian GNU/Linux system (but may be used by 
  34. others). Further additions have been made by Erik de Castro Lopo 
  35. <erikd@mega-nerd.com>.