r663: This commit was generated by cvs2svn to compensate for changes in r662,
[cinelerra_cv.git] / libsndfile / man / sndfile-play.1
blob2464ccb3f30ac2e7626e34f0db9781a8eeb0807e
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
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 /dev/dsp on systems supporting OSS (including Linux)
24 /dev/audio on Sun Solaris
25 CoreAudio on Apple MacOSX
26 waveOut on Microsoft Win32
27 .EE
28 sndfile-play uses libsndfile (http://www.zip.com.au/~erikd/libsndfile/)
29 to read the file.
30 .SH AUTHOR
31 This manual page was originally written by Joshua Haberman 
32 <joshua@debian.org>, for the Debian GNU/Linux system (but may be used by 
33 others). Further additions have been made by Erik de Castro Lopo 
34 <erikd@mega-nerd.com>.