diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-14 17:29:18 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-02-14 17:29:18 +0100 |
commit | ac0107ca4234d1c51fcf3c7ae30fc6fde86464ae (patch) | |
tree | 505cf18e5268c14b0d385c637ecfba1e574e8073 /sys/man/1/play | |
parent | a57ad59bf0af4ff9548e97b94e5461f69b2db12f (diff) |
file: mp3 audio data detection by syncword, play: remote -t option as file now works for mp3 streams
Diffstat (limited to 'sys/man/1/play')
-rw-r--r-- | sys/man/1/play | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/sys/man/1/play b/sys/man/1/play index 5499198e7..d9cd2de6b 100644 --- a/sys/man/1/play +++ b/sys/man/1/play @@ -6,9 +6,6 @@ play \- simple audio player [ .B -o .I file -] [ -.B -t -.I type ] [ .I file \&| @@ -24,30 +21,11 @@ If no or .I url arguments are given, standard input is used. -Wihout the -.B -t -option, the file type is determined using +The file type is determined using .IR file (1) -command and the appropriate decoder is invoked. -.PP -Supported -.I type -values are: -.TP -.B plain -Plain text with one file or url per line. -.TP -.B pls -Winamp playlist file. -.TP -.B mp3 -Mpeg audio. -.TP -.B ogg -Ogg vorbis. -.TP -.B flac -FLAC lossless audio. +command and a matching +.IR audio (1) +decoder is applied. .PP By default, raw audio data is written to .B /dev/audio |