1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00
audacity/lib-src/libsndfile/man/sndfile-play.1
Leland Lucius b749a16943 Update libsndfile to 1.0.29pre2+git
This pulls in MANY (over 890) changes compared to our
from our current 1.0.24 version.
2020-03-16 22:41:09 -05:00

35 lines
625 B
Groff

.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