Add loader and new formats
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 11s
Some checks failed
Bump deps (only minor versions) / ci (push) Failing after 11s
This commit is contained in:
parent
204bceeee3
commit
dcb7cfec27
6 changed files with 148 additions and 40 deletions
6
src/lib/common/supportedFormats.json
Normal file
6
src/lib/common/supportedFormats.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"mp3": "audio/mpeg",
|
||||
"mp4": "video/mp4",
|
||||
"opus": "audio/ogg",
|
||||
"wav": "audio/wav"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue