refactor: add x-wav support
This commit is contained in:
parent
e2457ef277
commit
081cab27b1
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ class AudioLoader(LoaderInterface):
|
||||||
"audio/wav",
|
"audio/wav",
|
||||||
"audio/amr",
|
"audio/amr",
|
||||||
"audio/aiff",
|
"audio/aiff",
|
||||||
|
"audio/x-wav",
|
||||||
]
|
]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue