mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +00:00
Base+Userland: Add support for QOA files everywhere
This adds MIME type sniffing, `file` support, LaunchServer support to open QOA in SoundPlayer, and audio icons
This commit is contained in:
parent
0f7a5006d1
commit
61bb9103c2
Notes:
sideshowbarker
2024-07-17 08:36:27 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: 61bb9103c2
Pull-request: https://github.com/SerenityOS/serenity/pull/17512
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/davidot ✅
Reviewed-by: https://github.com/timschumi
5 changed files with 6 additions and 3 deletions
|
@ -116,6 +116,7 @@ static Optional<DeprecatedString> elf_details(StringView description, StringView
|
|||
__ENUMERATE_MIME_TYPE_DESCRIPTION("audio/flac"sv, "FLAC audio"sv, description_only) \
|
||||
__ENUMERATE_MIME_TYPE_DESCRIPTION("audio/midi"sv, "MIDI notes"sv, description_only) \
|
||||
__ENUMERATE_MIME_TYPE_DESCRIPTION("audio/mpeg"sv, "MP3 audio"sv, description_only) \
|
||||
__ENUMERATE_MIME_TYPE_DESCRIPTION("audio/qoa"sv, "Quite OK Audio"sv, description_only) \
|
||||
__ENUMERATE_MIME_TYPE_DESCRIPTION("audio/wave"sv, "WAVE audio"sv, description_only) \
|
||||
__ENUMERATE_MIME_TYPE_DESCRIPTION("extra/blender"sv, "Blender project file"sv, description_only) \
|
||||
__ENUMERATE_MIME_TYPE_DESCRIPTION("extra/elf"sv, "ELF"sv, elf_details) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue