fix send via email
[maemo-recorder] / 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>