plan9fox/sys/man/1/play

43 lines
636 B
Plaintext
Raw Normal View History

2012-01-22 00:12:28 +00:00
.TH PLAY 1
.SH NAME
play \- simple audio player
.SH SYNOPSIS
.B play
[
.B -o
.I file
] [
.I file
\&|
.I url
\&... ]
.SH DESCRIPTION
.I Play
2012-02-14 17:03:20 +00:00
is a simple audio player that understands a number of
2012-01-22 00:12:28 +00:00
audio and playlist formats.
.PP
If no
.I file
or
.I url
arguments are given, standard input is used.
2012-02-14 17:03:20 +00:00
The file type is determined using the
2012-01-22 00:12:28 +00:00
.IR file (1)
command and a matching
.IR audio (1)
decoder is applied.
2012-01-22 00:12:28 +00:00
.PP
By default, raw audio data is written to
.B /dev/audio
unless changed with the
.B -o
option.
.SH SOURCE
.B /rc/bin/play
.SH "SEE ALSO"
2012-02-12 00:52:23 +00:00
.IR audio (1),
2012-01-22 00:12:28 +00:00
.IR hget (1)
2013-12-27 21:22:05 +00:00
.SH HISTORY
.I Play
first appeared in 9front (January, 2012).