diff options
author | Jacob Moody <moody@posixcafe.org> | 2023-02-09 02:41:21 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2023-02-09 02:41:21 +0000 |
commit | 89cb83a4266649bad7ec47fa96176766c2467a33 (patch) | |
tree | 034587f254ec5ca5d964035554df5c852f2e6dc9 /sys/man | |
parent | 8af84630a8888bf6ed465f0b6897f8213f680af3 (diff) |
audio/vocdec: Creative Voice File decoder
slight correction in file.c from previous commit
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/audio | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/man/1/audio b/sys/man/1/audio index dcc6ab9f4..9b470d222 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, flacenc, sundec, wavdec, pcmconv, mixfs \- decode and encode audio files +mp3dec, mp3enc, oggdec, oggenc, flacdec, flacenc, sundec, wavdec, vocdec, pcmconv, mixfs \- decode and encode audio files .SH SYNOPSIS .B audio/mp3dec [ @@ -29,6 +29,8 @@ mp3dec, mp3enc, oggdec, oggenc, flacdec, flacenc, sundec, wavdec, pcmconv, mixfs ] .br .B audio/sundec +.br +.B audio/vocdec .PP .B audio/oggenc .br |