
it appears a one-character typo in the cmake_minimum_required line prevents it from compiling under CMake 4.0. in order to fix that, I had to take this thing out of submodules... it is recommended to do this after you pull; git submodule deinit extern/libsndfile
37 lines
652 B
Groff
37 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
|