annotate src/libsndfile-1.0.25/man/sndfile-play.1 @ 23:619f715526df sv_v2.1

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