#------------------------------------------------------------------------------
# audio:  file(1) magic for sound formats (see also "iff")
#
# Jan Nicolai Langfeldt (janl@ifi.uio.no), Dan Quinlan (quinlan@yggdrasil.com),
# and others
#

# Sun/NeXT audio data
0	string		.snd		sound_sun.xpm:hotPink::$playAudio:::Sun/NeXT audio data:

# DEC systems (e.g. DECstation 5000) use a variant of the Sun/NeXT format
# that uses little-endian encoding and has a different magic number
0	lelong		0x0064732E	sound_dec.xpm:hotPink::$playAudio:::DEC audio data:

# Microsoft WAVE format (*.wav)
0	string		RIFF		sound_ms.xpm:hotPink::$playAudio:::Microsoft RIFF

# Real Audio (Magic .ra\0375)
0	belong		0x2e7261fd	sound3.xpm:hotPink::$playAudio:::realaudio sound file

