From f5f17a76e1f56a085648c4aec8fe4a77a8f329e2 Mon Sep 17 00:00:00 2001 From: glowinthedark <48893368+glowinthedark@users.noreply.github.com> Date: Sun, 19 Nov 2023 15:55:45 +0100 Subject: [PATCH] set proper spx content-type --- pyglossary/plugins/aard2_slob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyglossary/plugins/aard2_slob.py b/pyglossary/plugins/aard2_slob.py index 55ff51499..ffb13ddeb 100644 --- a/pyglossary/plugins/aard2_slob.py +++ b/pyglossary/plugins/aard2_slob.py @@ -242,7 +242,7 @@ class Writer: "otf": "application/x-font-opentype", "mp3": "audio/mpeg", "ogg": "audio/ogg", - "spx": "audio/ogg", + "spx": "audio/x-speex", "wav": "audio/wav", "ini": "text/plain", # "application/octet-stream+xapian",