Torque3D/Engine/lib/libsndfile/man/sndfile-play.1
marauder2k7 700bf32a2a Update minimum requirements and libs
This updates the minimum required cmake version and the libs that have updates for this.
Ogg updated to master as of 20052025
Libsndfile updated to master as of 20052025
Opus minimum cmake version changed
vorbis minimum cmake version changed
2025-05-20 10:09:42 +01:00

36 lines
668 B
Groff

.Dd September 10, 2021
.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, OSS or sndio
.It OpenBSD
sndio
.It FreeBSD
/dev/dsp (OSS) or sndio
.It NetBSD
/dev/audio
.It Solaris
/dev/audio
.It MacOSX 10.6
CoreAudio
.It MacOSX 10.7
AudioToolbox
.It Win32
waveOut
.El
.Sh SEE ALSO
.Lk http://libsndfile.github.io/libsndfile/
.Sh AUTHORS
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com