Add loader and new formats
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 11s

This commit is contained in:
0d0 2025-02-23 04:55:09 +01:00
parent 204bceeee3
commit dcb7cfec27
6 changed files with 148 additions and 40 deletions

View file

@ -0,0 +1,6 @@
{
"mp3": "audio/mpeg",
"mp4": "video/mp4",
"opus": "audio/ogg",
"wav": "audio/wav"
}