Skip to content

Commit

Permalink
More bit rates from Ubuntu via Christoph Biedl
Browse files Browse the repository at this point in the history
  • Loading branch information
zoulasc committed Nov 2, 2016
1 parent d5e1250 commit 65f9dc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion magic/Magdir/audio
@@ -1,6 +1,6 @@

#------------------------------------------------------------------------------
# $File: audio,v 1.74 2015/10/26 19:57:01 christos Exp $
# $File: audio,v 1.75 2016/02/08 17:30:11 christos Exp $
# audio: file(1) magic for sound formats (see also "iff")
#
# Jan Nicolai Langfeldt (janl@ifi.uio.no), Dan Quinlan (quinlan@yggdrasil.com),
Expand Down Expand Up @@ -469,6 +469,8 @@
>>20 byte&0xe 0xc \b, 7 channels
>>20 byte&0xe 0xe \b, 8 channels
# some common sample rates
>>17 belong&0xfffff0 0x2ee000 \b, 192 kHz
>>17 belong&0xfffff0 0x158880 \b, 88.2 kHz
>>17 belong&0xfffff0 0x0ac440 \b, 44.1 kHz
>>17 belong&0xfffff0 0x0bb800 \b, 48 kHz
>>17 belong&0xfffff0 0x07d000 \b, 32 kHz
Expand Down

0 comments on commit 65f9dc5

Please sign in to comment.