File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -44,5 +44,9 @@ playsid/ setup dialog contains
4444 * a fork of the original libsidplayfp GIT master with modifications
4545
4646
47+ playqoa/ plugin contains code from QOA project.
48+ Copyright (c) 2024, Dominic Szablewski
49+
50+
4751--
4852Stian Skjelstad
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Audio Files (both compressed and PCM styled):
3939- \* .FLAC
4040- \* .MP2
4141- \* .MP3
42+ - \* .QOA [ Quite OK Audio] ( https://qoaformat.org/ )
4243
4344Audio CDs: Linux support only, using digital read out API
4445- \* .CDA
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<mime-info xmlns =" http://www.freedesktop.org/standards/shared-mime-info" >
33
4+ <mime-type type =" audio/qoa" >
5+ <comment >Quite OK audio format</comment >
6+ <magic priority =" 50" >
7+ <match type =" string" value =" qoaf" offset =" 0" />
8+ </magic >
9+ <glob pattern =" *.qoa" />
10+ </mime-type >
11+
412 <mime-type type =" audio/x-a2m" >
513 <comment >AdLib Tracker 2</comment >
614 <magic priority =" 50" >
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ resource file_types message {
2525 "types" = "audio/mpeg",
2626 "types" = "audio/ogg",
2727 "types" = "audio/prs.sid",
28+ "types" = "audio/qoa",
2829 "types" = "audio/x-a2m",
2930 "types" = "audio/x-adl",
3031 "types" = "audio/x-adlib-midi",
You can’t perform that action at this time.
0 commit comments