diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-08 09:18:44 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-12-08 09:18:44 +0100 |
commit | 7148847ff04a0b49ff8ca4c8ba92f9024acf49cd (patch) | |
tree | 18ca5643fd10954b8f72719f8cd4b9ec18ef3082 /sys/man/1/audio | |
parent | 0d84343fbc134763de86dc3d39af078eb183c86f (diff) |
µlaw audio support (from erik quanstro)
Diffstat (limited to 'sys/man/1/audio')
-rw-r--r-- | sys/man/1/audio | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/man/1/audio b/sys/man/1/audio index ba9dfd883..9c50c9171 100644 --- a/sys/man/1/audio +++ b/sys/man/1/audio @@ -12,6 +12,8 @@ mp3dec, mp3enc, oggdec, oggenc, flacdec, wavdec, pcmconv \- decode and encode au .B audio/flacdec .br .B audio/wavdec +.br +.B audio/µlawdec .PP .B audio/oggenc .br @@ -62,12 +64,13 @@ decodes MPEG audio (layer 1, 2 and 3). The .B -d option enables debug output to standard error. .I Oggdec, -.I flacdec +.I flacdec, +.I µlawdec and .I wavdec are like .I mp3dec -but decode OGG Vorbis, FLAC lossless audio and PCM Wave. +but decode OGG Vorbis, FLAC lossless audio, Sun µlaw audio and PCM Wave. .PP The encoders read PCM on standard input and produce compressed audio on standard output. |