]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/play
/sys/man/*/*: fix perms (sorry)
[plan9front.git] / sys / man / 1 / play
1 .TH PLAY 1
2 .SH NAME
3 play \- simple audio player
4 .SH SYNOPSIS
5 .B play
6 [
7 .B -o
8 .I file
9 ] [ 
10 .I file 
11 \&| 
12 .I url 
13 \&... ]
14 .SH DESCRIPTION
15 .I Play
16 is a simple audio player that understands a number of
17 audio and playlist formats.
18 .PP
19 If no
20 .I file
21 or
22 .I url
23 arguments are given, standard input is used.
24 The file type is determined using the
25 .IR file (1)
26 command and a matching
27 .IR audio (1)
28 decoder is applied.
29 .PP
30 By default, raw audio data is written to
31 .B /dev/audio
32 unless changed with the
33 .B -o
34 option.
35 .SH SOURCE
36 .B /rc/bin/play
37 .SH "SEE ALSO"
38 .IR audio (1),
39 .IR hget (1)
40 .SH HISTORY
41 .I Play
42 first appeared in 9front (January, 2012).