mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
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
36 lines
668 B
Groff
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
|