23 lines
692 B
XML
23 lines
692 B
XML
<?xml version="1.0"?>
|
|
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
|
<mime-type type="audio/dls">
|
|
<comment>Downloadable Sounds</comment>
|
|
<magic priority="50">
|
|
<match type="string" offset="0" value="RIFF">
|
|
<match type="string" offset="8" value="DLS "/>
|
|
</match>
|
|
</magic>
|
|
<glob pattern="*.dls"/>
|
|
<glob pattern="*.dls2"/>
|
|
</mime-type>
|
|
<mime-type type="audio/x-soundfont">
|
|
<comment>SoundFont</comment>
|
|
<magic priority="50">
|
|
<match type="string" offset="0" value="RIFF">
|
|
<match type="string" offset="8" value="sfbk"/>
|
|
</match>
|
|
</magic>
|
|
<glob pattern="*.sf2"/>
|
|
</mime-type>
|
|
</mime-info>
|