diff src/libsndfile-1.0.27/man/sndfile-play.1 @ 125:cd6cdf86811e

Current libsndfile source
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 18 Oct 2016 13:22:47 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/libsndfile-1.0.27/man/sndfile-play.1	Tue Oct 18 13:22:47 2016 +0100
@@ -0,0 +1,34 @@
+.Dd November 2, 2014
+.Dt SNDFILE-PLAY 1
+.Os
+.Sh NAME
+.Nm sndfile-play
+.Nd play a sound file
+.Sh SYNOPSIS
+.Nm sndfile-play
+.Ar
+.Sh DESCRIPTION
+.Nm
+plays one or more sound files on various operating systems using standard audio
+output APIs. The following table summarizes which audio API is used where:
+.Pp
+.Bl -tag -width MacOSX10XXX -compact
+.It Linux
+ALSA or OSS
+.It OpenBSD
+sndio
+.It FreeBSD
+/dev/dsp (OSS)
+.It Solaris
+/dev/audio
+.It MacOSX 10.6
+CoreAudio
+.It MacOSX 10.7
+AudioToolbox
+.It Win32
+waveOut
+.El
+.Sh SEE ALSO
+.Lk http://www.mega-nerd.com/libsndfile/
+.Sh AUTHORS
+.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com