view src/libsndfile-1.0.27/man/sndfile-play.1 @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 1df64224f5ac
children
line wrap: on
line source
.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