Skip to content

Commit 4698caa

Browse files
committed
Add audio/qoa MIME entries
Add qoa to README.md Add qoa to AUTHORS
1 parent 7fa0805 commit 4698caa

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
--
4852
Stian Skjelstad

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

4344
Audio CDs: Linux support only, using digital read out API
4445
- \*.CDA

desktop/opencubicplayer.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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">

haiku/ocp.rdef.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)