diff options
author | cinap_lenrek <cinap_lenrek@flatbox.9hal> | 2012-03-08 07:25:14 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@flatbox.9hal> | 2012-03-08 07:25:14 +0100 |
commit | 388cd56d6917c9e3fdbf29801cdd9d379d1c938f (patch) | |
tree | bbc206880d4d00f3f9a8910aeebd73f1367c9b7a /sys/man/1/audio | |
parent | f0facb2ed88a2d9768340c9577aede526df3c09f (diff) |
wave pcm support
Diffstat (limited to 'sys/man/1/audio')
-rw-r--r-- | sys/man/1/audio | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/man/1/audio b/sys/man/1/audio index c941fa5f0..5736a3341 100644 --- a/sys/man/1/audio +++ b/sys/man/1/audio @@ -1,6 +1,6 @@ .TH AUDIO 1 .SH NAME -mp3dec, mp3enc, oggdec, oggenc, flacdec \- decode and encode audio files +mp3dec, mp3enc, oggdec, oggenc, flacdec, wavdec \- decode and encode audio files .SH SYNOPSIS .B audio/mp3dec [ @@ -10,6 +10,8 @@ mp3dec, mp3enc, oggdec, oggenc, flacdec \- decode and encode audio files .B audio/oggdec .br .B audio/flacdec +.br +.B audio/wavdec .PP .B audio/oggenc .br @@ -47,12 +49,13 @@ a sampling frequency of 44.1KHz. decodes MPEG audio (layer 1, 2 and 3). The .B -d option enables debug output to standard error. -.I Oggdec -and +.I Oggdec, .I flacdec +and +.I wavdec are like .I mp3dec -but decode OGG Vorbis and FLAC lossless audio. +but decode OGG Vorbis, FLAC lossless audio and PCM Wave. .PP The encoders read PCM on standard input and produce compressed audio on standard output. |