added WAV mime type
authorjait <jari.tenhunen@iki.fi>
Fri, 8 Sep 2006 16:00:41 +0000 (16:00 +0000)
committerjait <jari.tenhunen@iki.fi>
Fri, 8 Sep 2006 16:00:41 +0000 (16:00 +0000)
git-svn-id: svn+ssh://garage/svnroot/maemo-recorder/trunk@8 2441f5eb-5316-0410-9386-a49b32a51a4a

mime/maemo-recorder.xml

index a33a8f9..d4a42d8 100755 (executable)
     <glob pattern="*.ilbc"/>
     <osso:category name="audio"/>
   </mime-type>
+  <mime-type type="audio/x-wav">
+    <comment>WAV audio</comment>
+    <magic priority="50">
+      <match value="WAVE" type="string" offset="8"/>
+      <match value="WAV " type="string" offset="8"/>
+    </magic>
+    <glob pattern="*.wav"/>
+    <osso:category name="audio"/>
+  </mime-type>
 </mime-info>