diff options
author | Jacob Moody <moody@posixcafe.org> | 2023-02-09 00:41:08 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2023-02-09 00:41:08 +0000 |
commit | 8af84630a8888bf6ed465f0b6897f8213f680af3 (patch) | |
tree | e36355dfba6040b34f05da136f178e19023e23fc /sys/src/cmd | |
parent | 6b9e3818679444f4d3480fe14409970e497c84e6 (diff) |
file: identify Creative Voice File
Diffstat (limited to 'sys/src/cmd')
-rw-r--r-- | sys/src/cmd/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/file.c b/sys/src/cmd/file.c index 6eba64416..5de424319 100644 --- a/sys/src/cmd/file.c +++ b/sys/src/cmd/file.c @@ -913,6 +913,7 @@ struct FILE_STRING "Extended module: ", "XM audio", 17, "audio/xm", "MThd", "midi audio", 4, "audio/midi", "MUS\x1a", "mus audio", 4, "audio/mus", + "Creative Voice File\x1a\x1a", "voc audio", 22, "auxio/x-voc", "\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" "\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" "\x00\x00\x00\xbb\x11\x22\x00\x44\xff\xff\xff\xff\xff\xff\xff\xff" |