mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-26 10:03:48 +00:00
added libraries: opus flac libsndfile updated: libvorbis libogg openal - Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
36 lines
652 B
Groff
36 lines
652 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 or OSS
|
|
.It OpenBSD
|
|
sndio
|
|
.It FreeBSD
|
|
/dev/dsp (OSS)
|
|
.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
|