cannam@85: .de EX cannam@85: .ne 5 cannam@85: .if n .sp 1 cannam@85: .if t .sp .5 cannam@85: .nf cannam@85: .in +.5i cannam@85: .. cannam@85: .de EE cannam@85: .fi cannam@85: .in -.5i cannam@85: .if n .sp 1 cannam@85: .if t .sp .5 cannam@85: .. cannam@85: .TH SNDFILE-PLAY 1 "July 28, 2002" cannam@85: .SH NAME cannam@85: sndfile-play \- play a sound file cannam@85: .SH SYNOPSIS cannam@85: .B sndfile-play cannam@85: .RI file cannam@85: .SH DESCRIPTION cannam@85: sndfile-play plays the specified sound file using : cannam@85: .EX cannam@85: ALSA on Linux cannam@85: /dev/dsp on systems supporting OSS (including Linux) cannam@85: /dev/audio on Sun Solaris cannam@85: CoreAudio on Apple MacOSX cannam@85: waveOut on Microsoft Win32 cannam@85: .EE cannam@85: sndfile-play uses libsndfile (http://www.mega-nerd.com/libsndfile/) cannam@85: to read the file. cannam@85: .SH AUTHOR cannam@85: This manual page was originally written by Joshua Haberman cannam@85: , for the Debian GNU/Linux system (but may be used by cannam@85: others). Further additions have been made by Erik de Castro Lopo cannam@85: . cannam@85: