1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Allow files to be dropped ont the desktop app icon
The Exec property is changed to launch the praat-launch wrapper,
which accepts the file name as argument. Also, a MimeType field is
created, containing the audio formats accepted by Praat.
Author: Rafael Laboissière <rafael@debian.org>
Forwarded: not-needed
Last-Update: 2023-12-04
@@ -7,7 +7,8 @@ GenericName[en_GB]=Speech Analyser
Comment=Analyze, synthesize and manipulate speech
Comment[en_GB]=Analyse, synthesise and manipulate speech
Type=Application
-Exec=praat
+Exec=praat-launch %F
Icon=praat
Categories=Education;Science;
Keywords=audio;sound;speech;phonetics
+MimeType=audio/flac;audio/mpeg;audio/x-aiff;audio/x-wav;
|