d4a42d84a5ab9543d3847c6a3604d02526e9401e
[maemo-recorder] / maemo-recorder.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"
3            xmlns:osso="http://nokia.com/osso/mime-categories">
4   <mime-type type="audio/basic">
5     <comment>Basic AU/SND audio</comment>
6     <magic priority="50">
7       <match value=".snd" type="string" offset="0"/>
8     </magic>
9     <glob pattern="*.au"/>
10     <glob pattern="*.snd"/>
11     <osso:category name="audio"/>
12   </mime-type>
13   <mime-type type="audio/x-raw-ilbc">
14     <comment>Raw iLBC audio</comment>
15     <glob pattern="*.ilbc"/>
16     <osso:category name="audio"/>
17   </mime-type>
18   <mime-type type="audio/x-wav">
19     <comment>WAV audio</comment>
20     <magic priority="50">
21       <match value="WAVE" type="string" offset="8"/>
22       <match value="WAV " type="string" offset="8"/>
23     </magic>
24     <glob pattern="*.wav"/>
25     <osso:category name="audio"/>
26   </mime-type>
27 </mime-info>