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 /rc/bin | |
parent | 8af84630a8888bf6ed465f0b6897f8213f680af3 (diff) |
audio/vocdec: Creative Voice File decoder
slight correction in file.c from previous commit
Diffstat (limited to 'rc/bin')
-rwxr-xr-x | rc/bin/play | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rc/bin/play b/rc/bin/play index 07a9c8143..3dad2851d 100755 --- a/rc/bin/play +++ b/rc/bin/play @@ -69,6 +69,8 @@ fn play1 { midi case *audio/mus* games/mus | midi + case *audio/x-voc* + audio/vocdec case *pls* awk 'BEGIN {FS="="} /^File/{print $2}' | play1 list plain case * |